Html Css Color HEX #0C7219 Green

📋 copy color: '#0C7219'

red 12 ◦ green 114 ◦ blue 25

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

Shades of Green #0C7219

Tints of Green #0C7219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 75.5%

 BLUE value IS 25 (10.16% from 255) = 16.56%

R = 7.95%
G = 75.5%
B = 16.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#0C7219 (or 0x0C7219) is known color: Green. HEX triplet: 0C, 72 and 19. RGB value is (12,114,25). Sum of RGB (Red+Green+Blue) = 12+114+25=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #0C7219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7219 is #F38DE6. Grayscale: #494949. Windows color (decimal): -15961575 or 1667596. OLE color: 1667596.

HSL color Cylindrical-coordinate representation of color #0C7219: hue angle of 127.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7219 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 114 25 -
CMYK 0.89 0 0.78 0.55
HSL 127.65º 0.81% 0.25% -
HSV(B) 127.65º 0.89% 0.45% -
XYZ 6.34 12.18 2.94 -
YUV 73.36 100.71 84.24 -
System Red Green Blue C M Y K H S L
Decimal 12 114 25 0.89 0 0.78 0.55 127.65 0.81 0.25
Hex C 72 19 59 0 4E 37 80 51 19
Octal 14 162 31 131 0 116 67 200 121 31
Binary 1100 1110010 11001 1011001 0 1001110 110111 10000000 1010001 11001

Color Harmonies of #0C7219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7219

Black with #0C7219

Text Example


Text Example

White with #0C7219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,114,25); }

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

background-color css

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

 a { background-color: rgb(12,114,25); }

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

border-color css

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

 span { border-color: rgb(12,114,25); }

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