Html Css Color HEX #1F9012 Forest Green

📋 copy color: '#1F9012'

red 31 ◦ green 144 ◦ blue 18

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

Shades of Forest Green #1F9012

Tints of Forest Green #1F9012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 74.61%

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

R = 16.06%
G = 74.61%
B = 9.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#1F9012 (or 0x1F9012) is known color: Forest Green. HEX triplet: 1F, 90 and 12. RGB value is (31,144,18). Sum of RGB (Red+Green+Blue) = 31+144+18=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 144 (56.64% from 255 or 74.61% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 144 - color contains mainly: green. Hex color #1F9012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9012 is #E06FED. Grayscale: #606060. Windows color (decimal): -14708718 or 1216543. OLE color: 1216543.

HSL color Cylindrical-coordinate representation of color #1F9012: hue angle of 113.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9012 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 144 18 -
CMYK 0.78 0 0.88 0.44
HSL 113.81º 0.78% 0.32% -
HSV(B) 113.81º 0.88% 0.56% -
XYZ 10.65 20.28 3.93 -
YUV 95.85 84.06 81.75 -
System Red Green Blue C M Y K H S L
Decimal 31 144 18 0.78 0 0.88 0.44 113.81 0.78 0.32
Hex 1F 90 12 4E 0 58 2C 72 4E 20
Octal 37 220 22 116 0 130 54 162 116 40
Binary 11111 10010000 10010 1001110 0 1011000 101100 1110010 1001110 100000

Color Harmonies of #1F9012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9012

Black with #1F9012

Text Example


Text Example

White with #1F9012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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