Html Css Color HEX #0C7D22 Forest Green

📋 copy color: '#0C7D22'

red 12 ◦ green 125 ◦ blue 34

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

Shades of Forest Green #0C7D22

Tints of Forest Green #0C7D22

RGB

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

 GREEN value IS 125 (49.22% from 255) = 73.1%

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

R = 7.02%
G = 73.1%
B = 19.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#0C7D22 (or 0x0C7D22) is known color: Forest Green. HEX triplet: 0C, 7D and 22. RGB value is (12,125,34). Sum of RGB (Red+Green+Blue) = 12+125+34=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 125 (49.22% from 255 or 73.10% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 125 - color contains mainly: green. Hex color #0C7D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7D22 is #F382DD. Grayscale: #515151. Windows color (decimal): -15958750 or 2260236. OLE color: 2260236.

HSL color Cylindrical-coordinate representation of color #0C7D22: hue angle of 131.68º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7D22 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 125 34 -
CMYK 0.90 0 0.73 0.51
HSL 131.68º 0.82% 0.27% -
HSV(B) 131.68º 0.9% 0.49% -
XYZ 7.77 14.86 3.97 -
YUV 80.84 101.56 78.9 -
System Red Green Blue C M Y K H S L
Decimal 12 125 34 0.90 0 0.73 0.51 131.68 0.82 0.27
Hex C 7D 22 5A 0 49 33 84 52 1B
Octal 14 175 42 132 0 111 63 204 122 33
Binary 1100 1111101 100010 1011010 0 1001001 110011 10000100 1010010 11011

Color Harmonies of #0C7D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7D22

Black with #0C7D22

Text Example


Text Example

White with #0C7D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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