#15211F

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

Shades of Racing Green #15211F

Tints of Racing Green #15211F

Color information

#15211F (or 0x15211F) is unknown color: approx Racing Green. HEX triplet: 15, 21 and 1F. RGB value is (21,33,31). Sum of RGB (Red+Green+Blue) = 21+33+31=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 33 - color contains mainly: green. Hex color #15211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15211F is #EADEE0. Grayscale: #1D1D1D. Windows color (decimal): -15392481 or 2040085. OLE color: 2040085.

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

Color convert

RGB213331-
CMYK0.3600.060.87
HSL170º22.22%10.59%-
HSV(B)170º36.36%12.94%-
XYZ1.11.351.5-
YUV29.18129.02122.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.71%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=24.71%
G=38.82%
B=36.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133310.3600.060.8717022.2210.59
Hex15211F240657aa16b
Octal25413744061272522613
Binary10101100001111111001000110101011110101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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