#19332B

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

Shades of Racing Green #19332B

Tints of Racing Green #19332B

Color information

#19332B (or 0x19332B) is unknown color: approx Racing Green. HEX triplet: 19, 33 and 2B. RGB value is (25,51,43). Sum of RGB (Red+Green+Blue) = 25+51+43=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #19332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19332B is #E6CCD4. Grayscale: #2A2A2A. Windows color (decimal): -15125717 or 2831129. OLE color: 2831129.

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

Color convert

RGB255143-
CMYK0.5100.160.8
HSL161.54º34.21%14.9%-
HSV(B)161.54º50.98%20%-
XYZ2.022.752.71-
YUV42.31128.39115.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.01%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 43 (17.19% from 255) = 36.13%
R=21.01%
G=42.86%
B=36.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551430.5100.160.8161.5434.2114.9
Hex19332B3301050a222f
Octal316353630201202424217
Binary110011100111010111100110100001010000101000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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