#152820

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

Shades of Cardin Green #152820

Tints of Cardin Green #152820

Color information

#152820 (or 0x152820) is unknown color: approx Cardin Green. HEX triplet: 15, 28 and 20. RGB value is (21,40,32). Sum of RGB (Red+Green+Blue) = 21+40+32=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 40 - color contains mainly: green. Hex color #152820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152820 is #EAD7DF. Grayscale: #212121. Windows color (decimal): -15390688 or 2107413. OLE color: 2107413.

HSL color Cylindrical-coordinate representation of color #152820: hue angle of 154.74º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #152820 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB214032-
CMYK0.4800.200.84
HSL154.74º31.15%11.96%-
HSV(B)154.74º47.5%15.69%-
XYZ1.331.781.64-
YUV33.41127.21119.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.58%
GREEN value IS 40 (16.02% from 255) = 43.01%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=22.58%
G=43.01%
B=34.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2140320.4800.200.84154.7431.1511.96
Hex15282030014549b1fc
Octal255040600241242333714
Binary10101101000100000110000010100101010010011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152820; }

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

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

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

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

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

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

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

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