#15342A

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

Shades of Racing Green #15342A

Tints of Racing Green #15342A

Color information

#15342A (or 0x15342A) is unknown color: approx Racing Green. HEX triplet: 15, 34 and 2A. RGB value is (21,52,42). Sum of RGB (Red+Green+Blue) = 21+52+42=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #15342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15342A is #EACBD5. Grayscale: #292929. Windows color (decimal): -15387606 or 2765845. OLE color: 2765845.

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

Color convert

RGB215242-
CMYK0.6000.190.80
HSL160.65º42.47%14.31%-
HSV(B)160.65º59.62%20.39%-
XYZ1.962.782.62-
YUV41.59128.23113.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=18.26%
G=45.22%
B=36.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2152420.6000.190.80160.6542.4714.31
Hex15342A3C01350a12ae
Octal256452740231202415216
Binary101011101001010101111000100111010000101000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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