Html Css Color HEX #0C7319 Green

📋 copy color: '#0C7319'

red 12 ◦ green 115 ◦ blue 25

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

Shades of Green #0C7319

Tints of Green #0C7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 75.66%

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

R = 7.89%
G = 75.66%
B = 16.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#0C7319 (or 0x0C7319) is known color: Green. HEX triplet: 0C, 73 and 19. RGB value is (12,115,25). Sum of RGB (Red+Green+Blue) = 12+115+25=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 115 (45.31% from 255 or 75.66% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7319 is #F38CE6. Grayscale: #4A4A4A. Windows color (decimal): -15961319 or 1667852. OLE color: 1667852.

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

Color convert

RGB 12 115 25 -
CMYK 0.90 0 0.78 0.55
HSL 127.57º 0.81% 0.25% -
HSV(B) 127.57º 0.9% 0.45% -
XYZ 6.46 12.41 2.97 -
YUV 73.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 12 115 25 0.90 0 0.78 0.55 127.57 0.81 0.25
Hex C 73 19 5A 0 4E 37 80 51 19
Octal 14 163 31 132 0 116 67 200 121 31
Binary 1100 1110011 11001 1011010 0 1001110 110111 10000000 1010001 11001

Color Harmonies of #0C7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7319

Black with #0C7319

Text Example


Text Example

White with #0C7319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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