Html Css Color HEX #0C801C Forest Green

📋 copy color: '#0C801C'

red 12 ◦ green 128 ◦ blue 28

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

Shades of Forest Green #0C801C

Tints of Forest Green #0C801C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 7.14%
G = 76.19%
B = 16.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#0C801C (or 0x0C801C) is known color: Forest Green. HEX triplet: 0C, 80 and 1C. RGB value is (12,128,28). Sum of RGB (Red+Green+Blue) = 12+128+28=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 128 (50.39% from 255 or 76.19% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 128 - color contains mainly: green. Hex color #0C801C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C801C is #F37FE3. Grayscale: #525252. Windows color (decimal): -15957988 or 1867788. OLE color: 1867788.

HSL color Cylindrical-coordinate representation of color #0C801C: hue angle of 128.28º 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 #0C801C is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 12 128 28 -
CMYK 0.91 0 0.78 0.50
HSL 128.28º 0.83% 0.27% -
HSV(B) 128.28º 0.91% 0.5% -
XYZ 8.08 15.6 3.68 -
YUV 81.92 97.57 78.13 -
System Red Green Blue C M Y K H S L
Decimal 12 128 28 0.91 0 0.78 0.50 128.28 0.83 0.27
Hex C 80 1C 5B 0 4E 32 80 53 1B
Octal 14 200 34 133 0 116 62 200 123 33
Binary 1100 10000000 11100 1011011 0 1001110 110010 10000000 1010011 11011

Color Harmonies of #0C801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C801C

Black with #0C801C

Text Example


Text Example

White with #0C801C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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