#15241B

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

Shades of Cardin Green #15241B

Tints of Cardin Green #15241B

Color information

#15241B (or 0x15241B) is unknown color: approx Cardin Green. HEX triplet: 15, 24 and 1B. RGB value is (21,36,27). Sum of RGB (Red+Green+Blue) = 21+36+27=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #15241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15241B is #EADBE4. Grayscale: #1E1E1E. Windows color (decimal): -15391717 or 1778709. OLE color: 1778709.

HSL color Cylindrical-coordinate representation of color #15241B: hue angle of 144º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #15241B is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB213627-
CMYK0.4200.250.86
HSL144º26.32%11.18%-
HSV(B)144º41.67%14.12%-
XYZ1.141.51.27-
YUV30.49126.03121.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 27 (10.94% from 255) = 32.14%
R=25%
G=42.86%
B=32.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2136270.4200.250.8614426.3211.18
Hex15241B2A01956901ab
Octal254433520311262203213
Binary1010110010011011101010011001101011010010000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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