Html Css Color HEX #1F7008 Green

📋 copy color: '#1F7008'

red 31 ◦ green 112 ◦ blue 8

#1F7008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #1F7008

Tints of Green #1F7008

RGB

 RED value IS 31 (12.5% from 255) = 20.53%

 GREEN value IS 112 (44.14% from 255) = 74.17%

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 20.53%
G = 74.17%
B = 5.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1F7008 (or 0x1F7008) is known color: Green. HEX triplet: 1F, 70 and 08. RGB value is (31,112,8). Sum of RGB (Red+Green+Blue) = 31+112+8=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7008 is #E08FF7. Grayscale: #4C4C4C. Windows color (decimal): -14716920 or 552991. OLE color: 552991.

HSL color Cylindrical-coordinate representation of color #1F7008: hue angle of 106.73º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F7008 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 112 8 -
CMYK 0.72 0 0.93 0.56
HSL 106.73º 0.87% 0.24% -
HSV(B) 106.73º 0.93% 0.44% -
XYZ 6.4 11.9 2.19 -
YUV 75.93 89.66 95.96 -
System Red Green Blue C M Y K H S L
Decimal 31 112 8 0.72 0 0.93 0.56 106.73 0.87 0.24
Hex 1F 70 8 48 0 5D 38 6B 57 18
Octal 37 160 10 110 0 135 70 153 127 30
Binary 11111 1110000 1000 1001000 0 1011101 111000 1101011 1010111 11000

Color Harmonies of #1F7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7008

Black with #1F7008

Text Example


Text Example

White with #1F7008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F7008; }

 p { color: rgb(31,112,8); }

 H1.HeaderClassName
 {
   color: #1F7008;
 }
 .AnyTagClassName
 {
   color: #1F7008;
 }
</style>

background-color css

<style>
 a { background-color: #1F7008; }

 a { background-color: rgb(31,112,8); }

 div.DivClassName
 {
   background-color: #1F7008;
 }
 .BgClassName
 {
   background-color: #1F7008;
 }
</style>

border-color css

<style>
 span { border-color: #1F7008; }

 span { border-color: rgb(31,112,8); }

 td.TdClassName
 {
   border-color: #1F7008;
 }
 .TagClassName
 {
   border-color: #1F7008;
 }
</style>