#15221D

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

Shades of Cardin Green #15221D

Tints of Cardin Green #15221D

Color information

#15221D (or 0x15221D) is unknown color: approx Cardin Green. HEX triplet: 15, 22 and 1D. RGB value is (21,34,29). Sum of RGB (Red+Green+Blue) = 21+34+29=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #15221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15221D is #EADDE2. Grayscale: #1D1D1D. Windows color (decimal): -15392227 or 1909269. OLE color: 1909269.

HSL color Cylindrical-coordinate representation of color #15221D: hue angle of 156.92º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #15221D is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB213429-
CMYK0.3800.150.87
HSL156.92º23.64%10.78%-
HSV(B)156.92º38.24%13.33%-
XYZ1.11.391.37-
YUV29.54127.69121.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 34 (13.67% from 255) = 40.48%
BLUE value IS 29 (11.72% from 255) = 34.52%
R=25%
G=40.48%
B=34.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2134290.3800.150.87156.9223.6410.78
Hex15221D260F579d18b
Octal254235460171272353013
Binary101011000101110110011001111101011110011101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15221D; }

 p { color: rgb(21,34,29); }

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

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

 a { background-color: rgb(21,34,29); }

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

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

 span { border-color: rgb(21,34,29); }

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