#15342E

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

Shades of Racing Green #15342E

Tints of Racing Green #15342E

Color information

#15342E (or 0x15342E) is unknown color: approx Racing Green. HEX triplet: 15, 34 and 2E. RGB value is (21,52,46). Sum of RGB (Red+Green+Blue) = 21+52+46=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #15342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15342E is #EACBD1. Grayscale: #2A2A2A. Windows color (decimal): -15387602 or 3027989. OLE color: 3027989.

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

Color convert

RGB215246-
CMYK0.6000.120.80
HSL168.39º42.47%14.31%-
HSV(B)168.39º59.62%20.39%-
XYZ2.032.813.02-
YUV42.05130.23112.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=17.65%
G=43.70%
B=38.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2152460.6000.120.80168.3942.4714.31
Hex15342E3C0C50a82ae
Octal256456740141202505216
Binary10101110100101110111100011001010000101010001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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