#152924

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

Shades of Racing Green #152924

Tints of Racing Green #152924

Color information

#152924 (or 0x152924) is unknown color: approx Racing Green. HEX triplet: 15, 29 and 24. RGB value is (21,41,36). Sum of RGB (Red+Green+Blue) = 21+41+36=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 41 - color contains mainly: green. Hex color #152924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152924 is #EAD6DB. Grayscale: #222222. Windows color (decimal): -15390428 or 2369813. OLE color: 2369813.

HSL color Cylindrical-coordinate representation of color #152924: hue angle of 165º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #152924 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB214136-
CMYK0.4900.120.84
HSL165º32.26%12.16%-
HSV(B)165º48.78%16.08%-
XYZ1.421.871.96-
YUV34.45128.87118.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.43%
GREEN value IS 41 (16.41% from 255) = 41.84%
BLUE value IS 36 (14.45% from 255) = 36.73%
R=21.43%
G=41.84%
B=36.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2141360.4900.120.8416532.2612.16
Hex152924310C54a520c
Octal255144610141242454014
Binary10101101001100100110001011001010100101001011000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152924; }

 p { color: rgb(21,41,36); }

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

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

 a { background-color: rgb(21,41,36); }

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

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

 span { border-color: rgb(21,41,36); }

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