#15211E

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

Shades of Racing Green #15211E

Tints of Racing Green #15211E

Color information

#15211E (or 0x15211E) is unknown color: approx Racing Green. HEX triplet: 15, 21 and 1E. RGB value is (21,33,30). Sum of RGB (Red+Green+Blue) = 21+33+30=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #15211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15211E is #EADEE1. Grayscale: #1D1D1D. Windows color (decimal): -15392482 or 1974549. OLE color: 1974549.

HSL color Cylindrical-coordinate representation of color #15211E: hue angle of 165º 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 #15211E is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB213330-
CMYK0.3600.090.87
HSL165º22.22%10.59%-
HSV(B)165º36.36%12.94%-
XYZ1.091.341.43-
YUV29.07128.52122.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=25%
G=39.29%
B=35.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133300.3600.090.8716522.2210.59
Hex15211E240957a516b
Octal254136440111272452613
Binary101011000011111010010001001101011110100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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