#152F29

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

Shades of Racing Green #152F29

Tints of Racing Green #152F29

Color information

#152F29 (or 0x152F29) is unknown color: approx Racing Green. HEX triplet: 15, 2F and 29. RGB value is (21,47,41). Sum of RGB (Red+Green+Blue) = 21+47+41=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 47 - color contains mainly: green. Hex color #152F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F29 is #EAD0D6. Grayscale: #262626. Windows color (decimal): -15388887 or 2699029. OLE color: 2699029.

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

Color convert

RGB214741-
CMYK0.5500.130.82
HSL166.15º38.24%13.33%-
HSV(B)166.15º55.32%18.43%-
XYZ1.732.352.46-
YUV38.54129.39115.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 47 (18.75% from 255) = 43.12%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=19.27%
G=43.12%
B=37.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2147410.5500.130.82166.1538.2413.33
Hex152F29370D52a626d
Octal255751670151222464615
Binary10101101111101001110111011011010010101001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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