#152C20

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

Shades of Cardin Green #152C20

Tints of Cardin Green #152C20

Color information

#152C20 (or 0x152C20) is unknown color: approx Cardin Green. HEX triplet: 15, 2C and 20. RGB value is (21,44,32). Sum of RGB (Red+Green+Blue) = 21+44+32=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #152C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C20 is #EAD3DF. Grayscale: #232323. Windows color (decimal): -15389664 or 2108437. OLE color: 2108437.

HSL color Cylindrical-coordinate representation of color #152C20: hue angle of 148.7º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #152C20 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB214432-
CMYK0.5200.270.83
HSL148.7º35.38%12.75%-
HSV(B)148.7º52.27%17.25%-
XYZ1.472.071.69-
YUV35.76125.88117.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 44 (17.58% from 255) = 45.36%
BLUE value IS 32 (12.89% from 255) = 32.99%
R=21.65%
G=45.36%
B=32.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2144320.5200.270.83148.735.3812.75
Hex152C203401B539523d
Octal255440640331232254315
Binary101011011001000001101000110111010011100101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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