#15211D

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

Shades of Racing Green #15211D

Tints of Racing Green #15211D

Color information

#15211D (or 0x15211D) is unknown color: approx Racing Green. HEX triplet: 15, 21 and 1D. RGB value is (21,33,29). Sum of RGB (Red+Green+Blue) = 21+33+29=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 33 - color contains mainly: green. Hex color #15211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15211D is #EADEE2. Grayscale: #1C1C1C. Windows color (decimal): -15392483 or 1909013. OLE color: 1909013.

HSL color Cylindrical-coordinate representation of color #15211D: hue angle of 160º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #15211D is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB213329-
CMYK0.3600.120.87
HSL160º22.22%10.59%-
HSV(B)160º36.36%12.94%-
XYZ1.071.341.36-
YUV28.96128.02122.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 33 (13.28% from 255) = 39.76%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=25.30%
G=39.76%
B=34.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133290.3600.120.8716022.2210.59
Hex15211D240C57a016b
Octal254135440141272402613
Binary101011000011110110010001100101011110100000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15211D; }

 p { color: rgb(21,33,29); }

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

<style>
 a { background-color: #15211D; }

 a { background-color: rgb(21,33,29); }

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

<style>
 span { border-color: #15211D; }

 span { border-color: rgb(21,33,29); }

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