#15241C

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

Shades of Cardin Green #15241C

Tints of Cardin Green #15241C

Color information

#15241C (or 0x15241C) is unknown color: approx Cardin Green. HEX triplet: 15, 24 and 1C. RGB value is (21,36,28). Sum of RGB (Red+Green+Blue) = 21+36+28=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #15241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15241C is #EADBE3. Grayscale: #1E1E1E. Windows color (decimal): -15391716 or 1844245. OLE color: 1844245.

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

Color convert

RGB213628-
CMYK0.4200.220.86
HSL148º26.32%11.18%-
HSV(B)148º41.67%14.12%-
XYZ1.151.511.33-
YUV30.6126.53121.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.71%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=24.71%
G=42.35%
B=32.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2136280.4200.220.8614826.3211.18
Hex15241C2A01656941ab
Octal254434520261262243213
Binary1010110010011100101010010110101011010010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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