Html Css Color HEX #0C8824 Forest Green

📋 copy color: '#0C8824'

red 12 ◦ green 136 ◦ blue 36

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

Shades of Forest Green #0C8824

Tints of Forest Green #0C8824

RGB

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

 GREEN value IS 136 (53.52% from 255) = 73.91%

 BLUE value IS 36 (14.45% from 255) = 19.57%

R = 6.52%
G = 73.91%
B = 19.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#0C8824 (or 0x0C8824) is known color: Forest Green. HEX triplet: 0C, 88 and 24. RGB value is (12,136,36). Sum of RGB (Red+Green+Blue) = 12+136+36=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 136 (53.52% from 255 or 73.91% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8824 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8824 is #F377DB. Grayscale: #575757. Windows color (decimal): -15955932 or 2394124. OLE color: 2394124.

HSL color Cylindrical-coordinate representation of color #0C8824: hue angle of 131.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8824 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 136 36 -
CMYK 0.91 0 0.74 0.47
HSL 131.61º 0.84% 0.29% -
HSV(B) 131.61º 0.91% 0.53% -
XYZ 9.27 17.81 4.62 -
YUV 87.52 98.92 74.13 -
System Red Green Blue C M Y K H S L
Decimal 12 136 36 0.91 0 0.74 0.47 131.61 0.84 0.29
Hex C 88 24 5B 0 4A 2F 84 54 1D
Octal 14 210 44 133 0 112 57 204 124 35
Binary 1100 10001000 100100 1011011 0 1001010 101111 10000100 1010100 11101

Color Harmonies of #0C8824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8824

Black with #0C8824

Text Example


Text Example

White with #0C8824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,136,36); }

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

background-color css

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

 a { background-color: rgb(12,136,36); }

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

border-color css

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

 span { border-color: rgb(12,136,36); }

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