Html Css Color HEX #0C8422 Forest Green

📋 copy color: '#0C8422'

red 12 ◦ green 132 ◦ blue 34

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

Shades of Forest Green #0C8422

Tints of Forest Green #0C8422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 74.16%

 BLUE value IS 34 (13.67% from 255) = 19.1%

R = 6.74%
G = 74.16%
B = 19.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#0C8422 (or 0x0C8422) is known color: Forest Green. HEX triplet: 0C, 84 and 22. RGB value is (12,132,34). Sum of RGB (Red+Green+Blue) = 12+132+34=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 132 (51.95% from 255 or 74.16% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8422 is #F37BDD. Grayscale: #555555. Windows color (decimal): -15956958 or 2262028. OLE color: 2262028.

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

Color convert

RGB 12 132 34 -
CMYK 0.91 0 0.74 0.48
HSL 131º 0.83% 0.28% -
HSV(B) 131º 0.91% 0.52% -
XYZ 8.69 16.7 4.28 -
YUV 84.95 99.24 75.97 -
System Red Green Blue C M Y K H S L
Decimal 12 132 34 0.91 0 0.74 0.48 131 0.83 0.28
Hex C 84 22 5B 0 4A 30 83 53 1C
Octal 14 204 42 133 0 112 60 203 123 34
Binary 1100 10000100 100010 1011011 0 1001010 110000 10000011 1010011 11100

Color Harmonies of #0C8422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8422

Black with #0C8422

Text Example


Text Example

White with #0C8422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,132,34); }

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

background-color css

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

 a { background-color: rgb(12,132,34); }

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

border-color css

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

 span { border-color: rgb(12,132,34); }

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