#15241D

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

Shades of Cardin Green #15241D

Tints of Cardin Green #15241D

Color information

#15241D (or 0x15241D) is unknown color: approx Cardin Green. HEX triplet: 15, 24 and 1D. RGB value is (21,36,29). Sum of RGB (Red+Green+Blue) = 21+36+29=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #15241D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15241D is #EADBE2. Grayscale: #1E1E1E. Windows color (decimal): -15391715 or 1909781. OLE color: 1909781.

HSL color Cylindrical-coordinate representation of color #15241D: hue angle of 152º 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 #15241D is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB213629-
CMYK0.4200.190.86
HSL152º26.32%11.18%-
HSV(B)152º41.67%14.12%-
XYZ1.161.511.39-
YUV30.72127.03121.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 36 (14.45% from 255) = 41.86%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=24.42%
G=41.86%
B=33.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2136290.4200.190.8615226.3211.18
Hex15241D2A01356981ab
Octal254435520231262303213
Binary1010110010011101101010010011101011010011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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