Html Css Color HEX #1F9812 Forest Green

📋 copy color: '#1F9812'

red 31 ◦ green 152 ◦ blue 18

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

Shades of Forest Green #1F9812

Tints of Forest Green #1F9812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 75.62%

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

R = 15.42%
G = 75.62%
B = 8.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#1F9812 (or 0x1F9812) is known color: Forest Green. HEX triplet: 1F, 98 and 12. RGB value is (31,152,18). Sum of RGB (Red+Green+Blue) = 31+152+18=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #1F9812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9812 is #E067ED. Grayscale: #646464. Windows color (decimal): -14706670 or 1218591. OLE color: 1218591.

HSL color Cylindrical-coordinate representation of color #1F9812: hue angle of 114.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9812 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 152 18 -
CMYK 0.80 0 0.88 0.40
HSL 114.18º 0.79% 0.33% -
HSV(B) 114.18º 0.88% 0.6% -
XYZ 11.9 22.79 4.34 -
YUV 100.55 81.41 78.4 -
System Red Green Blue C M Y K H S L
Decimal 31 152 18 0.80 0 0.88 0.40 114.18 0.79 0.33
Hex 1F 98 12 50 0 58 28 72 4F 21
Octal 37 230 22 120 0 130 50 162 117 41
Binary 11111 10011000 10010 1010000 0 1011000 101000 1110010 1001111 100001

Color Harmonies of #1F9812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9812

Black with #1F9812

Text Example


Text Example

White with #1F9812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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