#152D25

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

Shades of Racing Green #152D25

Tints of Racing Green #152D25

Color information

#152D25 (or 0x152D25) is unknown color: approx Racing Green. HEX triplet: 15, 2D and 25. RGB value is (21,45,37). Sum of RGB (Red+Green+Blue) = 21+45+37=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 45 - color contains mainly: green. Hex color #152D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D25 is #EAD2DA. Grayscale: #242424. Windows color (decimal): -15389403 or 2436373. OLE color: 2436373.

HSL color Cylindrical-coordinate representation of color #152D25: hue angle of 160º 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 #152D25 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.

Color convert

RGB214537-
CMYK0.5300.180.82
HSL160º36.36%12.94%-
HSV(B)160º53.33%17.65%-
XYZ1.582.172.09-
YUV36.91128.05116.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 45 (17.97% from 255) = 43.69%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=20.39%
G=43.69%
B=35.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2145370.5300.180.8216036.3612.94
Hex152D253501252a024d
Octal255545650221222404415
Binary101011011011001011101010100101010010101000001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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