#15221F

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

Shades of Racing Green #15221F

Tints of Racing Green #15221F

Color information

#15221F (or 0x15221F) is unknown color: approx Racing Green. HEX triplet: 15, 22 and 1F. RGB value is (21,34,31). Sum of RGB (Red+Green+Blue) = 21+34+31=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 34 - color contains mainly: green. Hex color #15221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15221F is #EADDE0. Grayscale: #1D1D1D. Windows color (decimal): -15392225 or 2040341. OLE color: 2040341.

HSL color Cylindrical-coordinate representation of color #15221F: hue angle of 166.15º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #15221F is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB213431-
CMYK0.3800.090.87
HSL166.15º23.64%10.78%-
HSV(B)166.15º38.24%13.33%-
XYZ1.131.41.51-
YUV29.77128.69121.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 34 (13.67% from 255) = 39.53%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=24.42%
G=39.53%
B=36.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2134310.3800.090.87166.1523.6410.78
Hex15221F260957a618b
Octal254237460111272463013
Binary101011000101111110011001001101011110100110110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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