Html Css Color HEX #1F960C Forest Green

📋 copy color: '#1F960C'

red 31 ◦ green 150 ◦ blue 12

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

Shades of Forest Green #1F960C

Tints of Forest Green #1F960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 77.72%

 BLUE value IS 12 (5.08% from 255) = 6.22%

R = 16.06%
G = 77.72%
B = 6.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#1F960C (or 0x1F960C) is known color: Forest Green. HEX triplet: 1F, 96 and 0C. RGB value is (31,150,12). Sum of RGB (Red+Green+Blue) = 31+150+12=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 150 (58.98% from 255 or 77.72% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 150 - color contains mainly: green. Hex color #1F960C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F960C is #E069F3. Grayscale: #636363. Windows color (decimal): -14707188 or 824863. OLE color: 824863.

HSL color Cylindrical-coordinate representation of color #1F960C: hue angle of 111.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F960C is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 150 12 -
CMYK 0.79 0 0.92 0.41
HSL 111.74º 0.85% 0.32% -
HSV(B) 111.74º 0.92% 0.59% -
XYZ 11.54 22.13 4.01 -
YUV 98.69 79.08 79.72 -
System Red Green Blue C M Y K H S L
Decimal 31 150 12 0.79 0 0.92 0.41 111.74 0.85 0.32
Hex 1F 96 C 4F 0 5C 29 70 55 20
Octal 37 226 14 117 0 134 51 160 125 40
Binary 11111 10010110 1100 1001111 0 1011100 101001 1110000 1010101 100000

Color Harmonies of #1F960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F960C

Black with #1F960C

Text Example


Text Example

White with #1F960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,150,12); }

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

background-color css

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

 a { background-color: rgb(31,150,12); }

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

border-color css

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

 span { border-color: rgb(31,150,12); }

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