#15201F

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

Shades of Racing Green #15201F

Tints of Racing Green #15201F

Color information

#15201F (or 0x15201F) is unknown color: approx Racing Green. HEX triplet: 15, 20 and 1F. RGB value is (21,32,31). Sum of RGB (Red+Green+Blue) = 21+32+31=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 32 - color contains mainly: green. Hex color #15201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15201F is #EADFE0. Grayscale: #1C1C1C. Windows color (decimal): -15392737 or 2039829. OLE color: 2039829.

HSL color Cylindrical-coordinate representation of color #15201F: hue angle of 174.55º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #15201F is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB213231-
CMYK0.3400.030.87
HSL174.55º20.75%10.39%-
HSV(B)174.55º34.38%12.55%-
XYZ1.071.291.49-
YUV28.6129.36122.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=25%
G=38.10%
B=36.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132310.3400.030.87174.5520.7510.39
Hex15201F220357af15a
Octal25403742031272572512
Binary1010110000011111100010011101011110101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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