Html Css Color HEX #0C851D Forest Green

📋 copy color: '#0C851D'

red 12 ◦ green 133 ◦ blue 29

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

Shades of Forest Green #0C851D

Tints of Forest Green #0C851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 76.44%

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 6.9%
G = 76.44%
B = 16.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#0C851D (or 0x0C851D) is known color: Forest Green. HEX triplet: 0C, 85 and 1D. RGB value is (12,133,29). Sum of RGB (Red+Green+Blue) = 12+133+29=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #0C851D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C851D is #F37AE2. Grayscale: #555555. Windows color (decimal): -15956707 or 1934604. OLE color: 1934604.

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

Color convert

RGB 12 133 29 -
CMYK 0.91 0 0.78 0.48
HSL 128.43º 0.83% 0.28% -
HSV(B) 128.43º 0.91% 0.52% -
XYZ 8.76 16.94 3.97 -
YUV 84.97 96.41 75.96 -
System Red Green Blue C M Y K H S L
Decimal 12 133 29 0.91 0 0.78 0.48 128.43 0.83 0.28
Hex C 85 1D 5B 0 4E 30 80 53 1C
Octal 14 205 35 133 0 116 60 200 123 34
Binary 1100 10000101 11101 1011011 0 1001110 110000 10000000 1010011 11100

Color Harmonies of #0C851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C851D

Black with #0C851D

Text Example


Text Example

White with #0C851D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,133,29); }

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

background-color css

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

 a { background-color: rgb(12,133,29); }

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

border-color css

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

 span { border-color: rgb(12,133,29); }

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