#152A27

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

Shades of Racing Green #152A27

Tints of Racing Green #152A27

Color information

#152A27 (or 0x152A27) is unknown color: approx Racing Green. HEX triplet: 15, 2A and 27. RGB value is (21,42,39). Sum of RGB (Red+Green+Blue) = 21+42+39=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 42 - color contains mainly: green. Hex color #152A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A27 is #EAD5D8. Grayscale: #232323. Windows color (decimal): -15390169 or 2566677. OLE color: 2566677.

HSL color Cylindrical-coordinate representation of color #152A27: hue angle of 171.43º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #152A27 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB214239-
CMYK0.5000.070.84
HSL171.43º33.33%12.35%-
HSV(B)171.43º50%16.47%-
XYZ1.51.962.22-
YUV35.38130.04117.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 42 (16.80% from 255) = 41.18%
BLUE value IS 39 (15.62% from 255) = 38.24%
R=20.59%
G=41.18%
B=38.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2142390.5000.070.84171.4333.3312.35
Hex152A27320754ab21c
Octal25524762071242534114
Binary1010110101010011111001001111010100101010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,42,39); }

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

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

 a { background-color: rgb(21,42,39); }

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

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

 span { border-color: rgb(21,42,39); }

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