#15342C

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

Shades of Racing Green #15342C

Tints of Racing Green #15342C

Color information

#15342C (or 0x15342C) is unknown color: approx Racing Green. HEX triplet: 15, 34 and 2C. RGB value is (21,52,44). Sum of RGB (Red+Green+Blue) = 21+52+44=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 52 - color contains mainly: green. Hex color #15342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15342C is #EACBD3. Grayscale: #292929. Windows color (decimal): -15387604 or 2896917. OLE color: 2896917.

HSL color Cylindrical-coordinate representation of color #15342C: hue angle of 164.52º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15342C is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB215244-
CMYK0.6000.150.80
HSL164.52º42.47%14.31%-
HSV(B)164.52º59.62%20.39%-
XYZ1.992.82.82-
YUV41.82129.23113.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=17.95%
G=44.44%
B=37.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2152440.6000.150.80164.5242.4714.31
Hex15342C3C0F50a52ae
Octal256454740171202455216
Binary10101110100101100111100011111010000101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,52,44); }

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

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

 a { background-color: rgb(21,52,44); }

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

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

 span { border-color: rgb(21,52,44); }

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