#19352E

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

Shades of Racing Green #19352E

Tints of Racing Green #19352E

Color information

#19352E (or 0x19352E) is unknown color: approx Racing Green. HEX triplet: 19, 35 and 2E. RGB value is (25,53,46). Sum of RGB (Red+Green+Blue) = 25+53+46=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 53 - color contains mainly: green. Hex color #19352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19352E is #E6CAD1. Grayscale: #2B2B2B. Windows color (decimal): -15125202 or 3028249. OLE color: 3028249.

HSL color Cylindrical-coordinate representation of color #19352E: hue angle of 165º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #19352E is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB255346-
CMYK0.5300.130.79
HSL165º35.9%15.29%-
HSV(B)165º52.83%20.78%-
XYZ2.172.953.04-
YUV43.83129.22114.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=20.16%
G=42.74%
B=37.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2553460.5300.130.7916535.915.29
Hex19352E350D4Fa524f
Octal316556650151172454417
Binary11001110101101110110101011011001111101001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19352E; }

 p { color: rgb(25,53,46); }

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

<style>
 a { background-color: #19352E; }

 a { background-color: rgb(25,53,46); }

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

<style>
 span { border-color: #19352E; }

 span { border-color: rgb(25,53,46); }

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