#152D21

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

Shades of Cardin Green #152D21

Tints of Cardin Green #152D21

Color information

#152D21 (or 0x152D21) is unknown color: approx Cardin Green. HEX triplet: 15, 2D and 21. RGB value is (21,45,33). Sum of RGB (Red+Green+Blue) = 21+45+33=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 45 - color contains mainly: green. Hex color #152D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D21 is #EAD2DE. Grayscale: #242424. Windows color (decimal): -15389407 or 2174229. OLE color: 2174229.

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

Color convert

RGB214533-
CMYK0.5300.270.82
HSL150º36.36%12.94%-
HSV(B)150º53.33%17.65%-
XYZ1.522.151.77-
YUV36.46126.05116.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 45 (17.97% from 255) = 45.45%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=21.21%
G=45.45%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2145330.5300.270.8215036.3612.94
Hex152D213501B529624d
Octal255541650331222264415
Binary101011011011000011101010110111010010100101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,33); }

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

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

 a { background-color: rgb(21,45,33); }

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

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

 span { border-color: rgb(21,45,33); }

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