COLOR #1F7A00

HEX: #1F7A00
RGB: (31,122,0)

Color info

#1F7A00 contains mainly green color. Web safe color of #1F7A00 is #336600 (or #360).

RGB color model

#1F7A00 color RGB value is (31,122,0).

  • red value is 31;
  • green value is 122;
  • blue value is 0.
RGB:
(31,122,0)
(12%,48%,0%)

RGB channels and saturation

R 31 of 255 = 12%
G 122 of 255 = 48%
B 0 of 255 = 0%

31
122
0

R + G + B ~ 20%. #1F7A00 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 122 + 0 = 153 (100%)
R 31 of 153 ~ 20.26%
G 122 of 153 ~ 79.74%
B 0 of 153 ~ 0%

%20.26
%79.74

CMYK color model

#1F7A00 color CMYK value is (75,0,100,52).

  • cyan value is 74.59%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 52.16%
CMYK:
(75,0,100,52)
C75M0Y100K52 
(75%,0%,100%,52%)
(0.75/0.00/1.00/0.52)	

CMYK percentages

%74.59
%0
%100
%52.16

Codes

Color #1F7A00 in popluar color models

1F7A00
RGB311220
HSL105°100.00%23.92%
HSB/HSV105°100.00%47.84%
CMYK74.59%0.00%100.00%
52.16%

Color #1F7A00 in popluar number systems.

HEX1F7A00
Decimal311220
Binary1111111110100
Octal371720

Shades and tints

Shades of #1F7A00

#1F7A00
(31,122,0)
#1D6F00
(29,111,0)
#1B6400
(27,100,0)
#195900
(25,89,0)
#174E00
(23,78,0)
#154300
(21,67,0)
#133800
(19,56,0)
#112D00
(17,45,0)
#0F2200
(15,34,0)
#0D1700
(13,23,0)
#0B0C00
(11,12,0)
#000000
(0,0,0)

Tints of #1F7A00

#1F7A00
(31,122,0)
#338617
(51,134,23)
#47922E
(71,146,46)
#5B9E45
(91,158,69)
#6FAA5C
(111,170,92)
#83B673
(131,182,115)
#97C28A
(151,194,138)
#ABCEA1
(171,206,161)
#BFDAB8
(191,218,184)
#D3E6CF
(211,230,207)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F7A00 color. Also use rgb(31,122,0) instead hex code.

Text Font Color

.myTextColor { color: #1F7A00; }

<p style="color:#1F7A00">This sample text font color is #1F7A00.</p>

This text font color is #1F7A00.


Background Color

.myBgColor { background-color: #1F7A00; }

<div style="background-color:#1F7A00">Inner text</div>

This div background color is #1F7A00.


Border color

.myBorderColor { border: 1px solid #1F7A00; }

<div style="border:3px solid #1F7A00">Div</div>

This div border color is #1F7A00.


Opacity

.myOpacity80 { color: #1F7A00; opacity: 0.8; }

<p style="color:#1F7A00;opacity:0.8;">80%</p>

Text with #1F7A00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1F7A00;}

<p style="text-shadow: 3px 3px 1px #1F7A00">Text here.</p>

This text has shadow with #1F7A00 color.

.textShadow {text-shadow: 3px 3px 1px #1F7A00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1F7A00, 5px 5px 20px red">Text here.</p>

This text has shadow with #1F7A00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1F7A00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1F7A00, Direction=45, Strength=4)">Text</p>

This text has shadow with #1F7A00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1F7A00;
  -webkit-box-shadow:	1px 1px 3px 2px #1F7A00;
  box-shadow:		1px 1px 3px 2px #1F7A00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1F7A00;
-webkit-box-shadow: 1px 1px 3px 2px #1F7A00;
box-shadow:1px 1px 3px 2px #1F7A00;">
Div content here</div>
This div box has shadow with color #1F7A00.

Preview

Color preview on black background

This text has color #1F7A00 on black background.


Color preview on white background

This text has color #1F7A00 on white background.



Black color preview on #1F7A00 background

This text has black color on #1F7A00 background.


White color preview on #1F7A00 background

This text has white color on #1F7A00 background.