#19332A

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

Shades of Racing Green #19332A

Tints of Racing Green #19332A

Color information

#19332A (or 0x19332A) is unknown color: approx Racing Green. HEX triplet: 19, 33 and 2A. RGB value is (25,51,42). Sum of RGB (Red+Green+Blue) = 25+51+42=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #19332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19332A is #E6CCD5. Grayscale: #2A2A2A. Windows color (decimal): -15125718 or 2765593. OLE color: 2765593.

HSL color Cylindrical-coordinate representation of color #19332A: hue angle of 159.23º 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 #19332A is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB255142-
CMYK0.5100.180.8
HSL159.23º34.21%14.9%-
HSV(B)159.23º50.98%20%-
XYZ22.742.61-
YUV42.2127.89115.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=21.19%
G=43.22%
B=35.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551420.5100.180.8159.2334.2114.9
Hex19332A33012509f22f
Octal316352630221202374217
Binary110011100111010101100110100101010000100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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