Html Css Color HEX #0C8020 Forest Green

📋 copy color: '#0C8020'

red 12 ◦ green 128 ◦ blue 32

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

Shades of Forest Green #0C8020

Tints of Forest Green #0C8020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 74.42%

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 6.98%
G = 74.42%
B = 18.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#0C8020 (or 0x0C8020) is known color: Forest Green. HEX triplet: 0C, 80 and 20. RGB value is (12,128,32). Sum of RGB (Red+Green+Blue) = 12+128+32=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 128 (50.39% from 255 or 74.42% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 128 - color contains mainly: green. Hex color #0C8020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8020 is #F37FDF. Grayscale: #525252. Windows color (decimal): -15957984 or 2129932. OLE color: 2129932.

HSL color Cylindrical-coordinate representation of color #0C8020: hue angle of 130.34º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8020 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 128 32 -
CMYK 0.91 0 0.75 0.50
HSL 130.34º 0.83% 0.27% -
HSV(B) 130.34º 0.91% 0.5% -
XYZ 8.13 15.62 3.95 -
YUV 82.37 99.57 77.81 -
System Red Green Blue C M Y K H S L
Decimal 12 128 32 0.91 0 0.75 0.50 130.34 0.83 0.27
Hex C 80 20 5B 0 4B 32 82 53 1B
Octal 14 200 40 133 0 113 62 202 123 33
Binary 1100 10000000 100000 1011011 0 1001011 110010 10000010 1010011 11011

Color Harmonies of #0C8020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8020

Black with #0C8020

Text Example


Text Example

White with #0C8020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,128,32); }

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

background-color css

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

 a { background-color: rgb(12,128,32); }

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

border-color css

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

 span { border-color: rgb(12,128,32); }

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