Html Css Color HEX #0C7E22 Forest Green

📋 copy color: '#0C7E22'

red 12 ◦ green 126 ◦ blue 34

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

Shades of Forest Green #0C7E22

Tints of Forest Green #0C7E22

RGB

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

 GREEN value IS 126 (49.61% from 255) = 73.26%

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

R = 6.98%
G = 73.26%
B = 19.77%

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

#0C7E22 (or 0x0C7E22) is known color: Forest Green. HEX triplet: 0C, 7E and 22. RGB value is (12,126,34). Sum of RGB (Red+Green+Blue) = 12+126+34=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 126 (49.61% from 255 or 73.26% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 126 - color contains mainly: green. Hex color #0C7E22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7E22 is #F381DD. Grayscale: #515151. Windows color (decimal): -15958494 or 2260492. OLE color: 2260492.

HSL color Cylindrical-coordinate representation of color #0C7E22: hue angle of 131.58º degrees, saturation: 0.83, 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 #0C7E22 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 126 34 -
CMYK 0.90 0 0.73 0.51
HSL 131.58º 0.83% 0.27% -
HSV(B) 131.58º 0.9% 0.49% -
XYZ 7.9 15.12 4.01 -
YUV 81.43 101.23 78.48 -
System Red Green Blue C M Y K H S L
Decimal 12 126 34 0.90 0 0.73 0.51 131.58 0.83 0.27
Hex C 7E 22 5A 0 49 33 84 53 1B
Octal 14 176 42 132 0 111 63 204 123 33
Binary 1100 1111110 100010 1011010 0 1001001 110011 10000100 1010011 11011

Color Harmonies of #0C7E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7E22

Black with #0C7E22

Text Example


Text Example

White with #0C7E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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