Html Css Color HEX #1F7212 Forest Green

📋 copy color: '#1F7212'

red 31 ◦ green 114 ◦ blue 18

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

Shades of Forest Green #1F7212

Tints of Forest Green #1F7212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 69.94%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 19.02%
G = 69.94%
B = 11.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#1F7212 (or 0x1F7212) is known color: Forest Green. HEX triplet: 1F, 72 and 12. RGB value is (31,114,18). Sum of RGB (Red+Green+Blue) = 31+114+18=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 114 (44.92% from 255 or 69.94% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7212 is #E08DED. Grayscale: #4E4E4E. Windows color (decimal): -14716398 or 1208863. OLE color: 1208863.

HSL color Cylindrical-coordinate representation of color #1F7212: hue angle of 111.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7212 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 114 18 -
CMYK 0.73 0 0.84 0.55
HSL 111.88º 0.73% 0.26% -
HSV(B) 111.88º 0.84% 0.45% -
XYZ 6.69 12.37 2.61 -
YUV 78.24 94 94.31 -
System Red Green Blue C M Y K H S L
Decimal 31 114 18 0.73 0 0.84 0.55 111.88 0.73 0.26
Hex 1F 72 12 49 0 54 37 70 49 1A
Octal 37 162 22 111 0 124 67 160 111 32
Binary 11111 1110010 10010 1001001 0 1010100 110111 1110000 1001001 11010

Color Harmonies of #1F7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7212

Black with #1F7212

Text Example


Text Example

White with #1F7212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,114,18); }

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

background-color css

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

 a { background-color: rgb(31,114,18); }

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

border-color css

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

 span { border-color: rgb(31,114,18); }

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