Html Css Color HEX #0C811F Forest Green

📋 copy color: '#0C811F'

red 12 ◦ green 129 ◦ blue 31

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

Shades of Forest Green #0C811F

Tints of Forest Green #0C811F

RGB

 RED value IS 12 (5.08% from 255) = 6.98%

 GREEN value IS 129 (50.78% from 255) = 75%

 BLUE value IS 31 (12.5% from 255) = 18.02%

R = 6.98%
G = 75%
B = 18.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#0C811F (or 0x0C811F) is known color: Forest Green. HEX triplet: 0C, 81 and 1F. RGB value is (12,129,31). Sum of RGB (Red+Green+Blue) = 12+129+31=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 129 (50.78% from 255 or 75% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 129 - color contains mainly: green. Hex color #0C811F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C811F is #F37EE0. Grayscale: #535353. Windows color (decimal): -15957729 or 2064652. OLE color: 2064652.

HSL color Cylindrical-coordinate representation of color #0C811F: hue angle of 129.74º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C811F is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 129 31 -
CMYK 0.91 0 0.76 0.49
HSL 129.74º 0.83% 0.28% -
HSV(B) 129.74º 0.91% 0.51% -
XYZ 8.25 15.88 3.93 -
YUV 82.85 98.74 77.47 -
System Red Green Blue C M Y K H S L
Decimal 12 129 31 0.91 0 0.76 0.49 129.74 0.83 0.28
Hex C 81 1F 5B 0 4C 31 82 53 1C
Octal 14 201 37 133 0 114 61 202 123 34
Binary 1100 10000001 11111 1011011 0 1001100 110001 10000010 1010011 11100

Color Harmonies of #0C811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C811F

Black with #0C811F

Text Example


Text Example

White with #0C811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C811F; }

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

 H1.HeaderClassName
 {
   color: #0C811F;
 }
 .AnyTagClassName
 {
   color: #0C811F;
 }
</style>

background-color css

<style>
 a { background-color: #0C811F; }

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

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

border-color css

<style>
 span { border-color: #0C811F; }

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

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