#15322E

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

Shades of Racing Green #15322E

Tints of Racing Green #15322E

Color information

#15322E (or 0x15322E) is unknown color: approx Racing Green. HEX triplet: 15, 32 and 2E. RGB value is (21,50,46). Sum of RGB (Red+Green+Blue) = 21+50+46=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #15322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15322E is #EACDD1. Grayscale: #282828. Windows color (decimal): -15388114 or 3027477. OLE color: 3027477.

HSL color Cylindrical-coordinate representation of color #15322E: hue angle of 171.72º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #15322E is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB215046-
CMYK0.5800.080.80
HSL171.72º40.85%13.92%-
HSV(B)171.72º58%19.61%-
XYZ1.942.642.99-
YUV40.87130.89113.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 50 (19.92% from 255) = 42.74%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=17.95%
G=42.74%
B=39.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150460.5800.080.80171.7240.8513.92
Hex15322E3A0850ac29e
Octal256256720101202545116
Binary10101110010101110111010010001010000101011001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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