#152220

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

Shades of Racing Green #152220

Tints of Racing Green #152220

Color information

#152220 (or 0x152220) is unknown color: approx Racing Green. HEX triplet: 15, 22 and 20. RGB value is (21,34,32). Sum of RGB (Red+Green+Blue) = 21+34+32=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 34 - color contains mainly: green. Hex color #152220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152220 is #EADDDF. Grayscale: #1D1D1D. Windows color (decimal): -15392224 or 2105877. OLE color: 2105877.

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

Color convert

RGB213432-
CMYK0.3800.060.87
HSL170.77º23.64%10.78%-
HSV(B)170.77º38.24%13.33%-
XYZ1.141.411.58-
YUV29.88129.19121.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.14%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=24.14%
G=39.08%
B=36.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2134320.3800.060.87170.7723.6410.78
Hex152220260657ab18b
Octal25424046061272533013
Binary101011000101000001001100110101011110101011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152220; }

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

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

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

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

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

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

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

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