#15201E

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

Shades of Racing Green #15201E

Tints of Racing Green #15201E

Color information

#15201E (or 0x15201E) is unknown color: approx Racing Green. HEX triplet: 15, 20 and 1E. RGB value is (21,32,30). Sum of RGB (Red+Green+Blue) = 21+32+30=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 32 - color contains mainly: green. Hex color #15201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15201E is #EADFE1. Grayscale: #1C1C1C. Windows color (decimal): -15392738 or 1974293. OLE color: 1974293.

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

Color convert

RGB213230-
CMYK0.3400.060.87
HSL169.09º20.75%10.39%-
HSV(B)169.09º34.38%12.55%-
XYZ1.061.291.42-
YUV28.48128.86122.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 32 (12.89% from 255) = 38.55%
BLUE value IS 30 (12.11% from 255) = 36.14%
R=25.30%
G=38.55%
B=36.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132300.3400.060.87169.0920.7510.39
Hex15201E220657a915a
Octal25403642061272512512
Binary10101100000111101000100110101011110101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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