#152D28

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

Shades of Racing Green #152D28

Tints of Racing Green #152D28

Color information

#152D28 (or 0x152D28) is unknown color: approx Racing Green. HEX triplet: 15, 2D and 28. RGB value is (21,45,40). Sum of RGB (Red+Green+Blue) = 21+45+40=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 45 - color contains mainly: green. Hex color #152D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D28 is #EAD2D7. Grayscale: #252525. Windows color (decimal): -15389400 or 2632981. OLE color: 2632981.

HSL color Cylindrical-coordinate representation of color #152D28: hue angle of 167.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #152D28 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB214540-
CMYK0.5300.110.82
HSL167.5º36.36%12.94%-
HSV(B)167.5º53.33%17.65%-
XYZ1.632.192.34-
YUV37.25129.55116.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=19.81%
G=42.45%
B=37.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2145400.5300.110.82167.536.3612.94
Hex152D28350B52a824d
Octal255550650131222504415
Binary10101101101101000110101010111010010101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152D28; }

 p { color: rgb(21,45,40); }

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

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

 a { background-color: rgb(21,45,40); }

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

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

 span { border-color: rgb(21,45,40); }

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