#19332D

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

Shades of Racing Green #19332D

Tints of Racing Green #19332D

Color information

#19332D (or 0x19332D) is unknown color: approx Racing Green. HEX triplet: 19, 33 and 2D. RGB value is (25,51,45). Sum of RGB (Red+Green+Blue) = 25+51+45=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #19332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19332D is #E6CCD2. Grayscale: #2A2A2A. Windows color (decimal): -15125715 or 2962201. OLE color: 2962201.

HSL color Cylindrical-coordinate representation of color #19332D: hue angle of 166.15º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #19332D is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB255145-
CMYK0.5100.120.8
HSL166.15º34.21%14.9%-
HSV(B)166.15º50.98%20%-
XYZ2.062.762.91-
YUV42.54129.39115.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=20.66%
G=42.15%
B=37.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551450.5100.120.8166.1534.2114.9
Hex19332D330C50a622f
Octal316355630141202464217
Binary11001110011101101110011011001010000101001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19332D; }

 p { color: rgb(25,51,45); }

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

<style>
 a { background-color: #19332D; }

 a { background-color: rgb(25,51,45); }

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

<style>
 span { border-color: #19332D; }

 span { border-color: rgb(25,51,45); }

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