#152E20

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

Shades of Cardin Green #152E20

Tints of Cardin Green #152E20

Color information

#152E20 (or 0x152E20) is unknown color: approx Cardin Green. HEX triplet: 15, 2E and 20. RGB value is (21,46,32). Sum of RGB (Red+Green+Blue) = 21+46+32=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #152E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E20 is #EAD1DF. Grayscale: #242424. Windows color (decimal): -15389152 or 2108949. OLE color: 2108949.

HSL color Cylindrical-coordinate representation of color #152E20: hue angle of 146.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 #152E20 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB214632-
CMYK0.5400.300.82
HSL146.4º37.31%13.14%-
HSV(B)146.4º54.35%18.04%-
XYZ1.552.221.71-
YUV36.93125.22116.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 46 (18.36% from 255) = 46.46%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=21.21%
G=46.46%
B=32.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2146320.5400.300.82146.437.3113.14
Hex152E203601E529225d
Octal255640660361222224515
Binary101011011101000001101100111101010010100100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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