#15322A

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

Shades of Racing Green #15322A

Tints of Racing Green #15322A

Color information

#15322A (or 0x15322A) is unknown color: approx Racing Green. HEX triplet: 15, 32 and 2A. RGB value is (21,50,42). Sum of RGB (Red+Green+Blue) = 21+50+42=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #15322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15322A is #EACDD5. Grayscale: #282828. Windows color (decimal): -15388118 or 2765333. OLE color: 2765333.

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

Color convert

RGB215042-
CMYK0.5800.160.80
HSL163.45º40.85%13.92%-
HSV(B)163.45º58%19.61%-
XYZ1.872.612.6-
YUV40.42128.89114.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.58%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=18.58%
G=44.25%
B=37.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150420.5800.160.80163.4540.8513.92
Hex15322A3A01050a329e
Octal256252720201202435116
Binary101011100101010101110100100001010000101000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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