Html Css Color HEX #1F7812 Forest Green

📋 copy color: '#1F7812'

red 31 ◦ green 120 ◦ blue 18

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

Shades of Forest Green #1F7812

Tints of Forest Green #1F7812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 71.01%

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

R = 18.34%
G = 71.01%
B = 10.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#1F7812 (or 0x1F7812) is known color: Forest Green. HEX triplet: 1F, 78 and 12. RGB value is (31,120,18). Sum of RGB (Red+Green+Blue) = 31+120+18=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 120 (47.27% from 255 or 71.01% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7812 is #E087ED. Grayscale: #525252. Windows color (decimal): -14714862 or 1210399. OLE color: 1210399.

HSL color Cylindrical-coordinate representation of color #1F7812: hue angle of 112.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F7812 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 120 18 -
CMYK 0.74 0 0.85 0.53
HSL 112.35º 0.74% 0.27% -
HSV(B) 112.35º 0.85% 0.47% -
XYZ 7.39 13.77 2.84 -
YUV 81.76 92.01 91.79 -
System Red Green Blue C M Y K H S L
Decimal 31 120 18 0.74 0 0.85 0.53 112.35 0.74 0.27
Hex 1F 78 12 4A 0 55 35 70 4A 1B
Octal 37 170 22 112 0 125 65 160 112 33
Binary 11111 1111000 10010 1001010 0 1010101 110101 1110000 1001010 11011

Color Harmonies of #1F7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7812

Black with #1F7812

Text Example


Text Example

White with #1F7812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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