#15342F

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

Shades of Racing Green #15342F

Tints of Racing Green #15342F

Color information

#15342F (or 0x15342F) is unknown color: approx Racing Green. HEX triplet: 15, 34 and 2F. RGB value is (21,52,47). Sum of RGB (Red+Green+Blue) = 21+52+47=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #15342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15342F is #EACBD0. Grayscale: #2A2A2A. Windows color (decimal): -15387601 or 3093525. OLE color: 3093525.

HSL color Cylindrical-coordinate representation of color #15342F: hue angle of 170.32º 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 #15342F is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB215247-
CMYK0.6000.100.80
HSL170.32º42.47%14.31%-
HSV(B)170.32º59.62%20.39%-
XYZ2.052.823.13-
YUV42.16130.73112.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 47 (18.75% from 255) = 39.17%
R=17.5%
G=43.33%
B=39.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2152470.6000.100.80170.3242.4714.31
Hex15342F3C0A50aa2ae
Octal256457740121202525216
Binary10101110100101111111100010101010000101010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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