#152720

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

Shades of Cardin Green #152720

Tints of Cardin Green #152720

Color information

#152720 (or 0x152720) is unknown color: approx Cardin Green. HEX triplet: 15, 27 and 20. RGB value is (21,39,32). Sum of RGB (Red+Green+Blue) = 21+39+32=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #152720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152720 is #EAD8DF. Grayscale: #202020. Windows color (decimal): -15390944 or 2107157. OLE color: 2107157.

HSL color Cylindrical-coordinate representation of color #152720: hue angle of 156.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #152720 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB213932-
CMYK0.4600.180.85
HSL156.67º30%11.76%-
HSV(B)156.67º46.15%15.29%-
XYZ1.31.711.63-
YUV32.82127.54119.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.83%
GREEN value IS 39 (15.62% from 255) = 42.39%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=22.83%
G=42.39%
B=34.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2139320.4600.180.85156.673011.76
Hex1527202E012559d1ec
Octal254740560221252353614
Binary10101100111100000101110010010101010110011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152720; }

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

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

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

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

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

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

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

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