#19730C

Color #19730C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #19730C

Tints of Green #19730C

Color information

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

HSL color Cylindrical-coordinate representation of color #19730C: hue angle of 112.43º 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 #19730C is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB2511512-
CMYK0.7800.900.55
HSL112.43º81.1%24.9%-
HSV(B)112.43º89.57%45.1%-
XYZ6.612.492.41-
YUV76.3591.6891.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 115 (45.31% from 255) = 75.66%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=16.45%
G=75.66%
B=7.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25115120.7800.900.55112.4381.124.9
Hex1973C4E05A37705119
Octal311631411601326716012131
Binary11001111001111001001110010110101101111110000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19730C; }

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

 H1.HeaderClassName
 {
   color: #19730C;
 }
 .AnyTagClassName
 {
   color: #19730C;
 }
</style>
background-color css

<style>
 a { background-color: #19730C; }

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

 div.DivClassName
 {
   background-color: #19730C;
 }
 .BgClassName
 {
   background-color: #19730C;
 }
</style>
border-color css

<style>
 span { border-color: #19730C; }

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

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