#19332C

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

Shades of Racing Green #19332C

Tints of Racing Green #19332C

Color information

#19332C (or 0x19332C) is unknown color: approx Racing Green. HEX triplet: 19, 33 and 2C. RGB value is (25,51,44). Sum of RGB (Red+Green+Blue) = 25+51+44=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #19332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19332C is #E6CCD3. Grayscale: #2A2A2A. Windows color (decimal): -15125716 or 2896665. OLE color: 2896665.

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

Color convert

RGB255144-
CMYK0.5100.140.8
HSL163.85º34.21%14.9%-
HSV(B)163.85º50.98%20%-
XYZ2.042.762.81-
YUV42.43128.89115.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=20.83%
G=42.5%
B=36.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2551440.5100.140.8163.8534.2114.9
Hex19332C330E50a422f
Octal316354630161202444217
Binary11001110011101100110011011101010000101001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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