#15211B

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

Shades of Cardin Green #15211B

Tints of Cardin Green #15211B

Color information

#15211B (or 0x15211B) is unknown color: approx Cardin Green. HEX triplet: 15, 21 and 1B. RGB value is (21,33,27). Sum of RGB (Red+Green+Blue) = 21+33+27=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 33 - color contains mainly: green. Hex color #15211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15211B is #EADEE4. Grayscale: #1C1C1C. Windows color (decimal): -15392485 or 1777941. OLE color: 1777941.

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

Color convert

RGB213327-
CMYK0.3600.180.87
HSL150º22.22%10.59%-
HSV(B)150º36.36%12.94%-
XYZ1.051.331.24-
YUV28.73127.02122.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.93%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 27 (10.94% from 255) = 33.33%
R=25.93%
G=40.74%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133270.3600.180.8715022.2210.59
Hex15211B24012579616b
Octal254133440221272262613
Binary1010110000111011100100010010101011110010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15211B; }

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

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

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

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

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

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

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

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