#152E2A

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

Shades of Racing Green #152E2A

Tints of Racing Green #152E2A

Color information

#152E2A (or 0x152E2A) is unknown color: approx Racing Green. HEX triplet: 15, 2E and 2A. RGB value is (21,46,42). Sum of RGB (Red+Green+Blue) = 21+46+42=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 46 - color contains mainly: green. Hex color #152E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E2A is #EAD1D5. Grayscale: #262626. Windows color (decimal): -15389142 or 2764309. OLE color: 2764309.

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

Color convert

RGB214642-
CMYK0.5400.090.82
HSL170.4º37.31%13.14%-
HSV(B)170.4º54.35%18.04%-
XYZ1.72.282.54-
YUV38.07130.22115.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 42 (16.80% from 255) = 38.53%
R=19.27%
G=42.20%
B=38.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2146420.5400.090.82170.437.3113.14
Hex152E2A360952aa25d
Octal255652660111222524515
Binary10101101110101010110110010011010010101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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