#15231C

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

Shades of Cardin Green #15231C

Tints of Cardin Green #15231C

Color information

#15231C (or 0x15231C) is unknown color: approx Cardin Green. HEX triplet: 15, 23 and 1C. RGB value is (21,35,28). Sum of RGB (Red+Green+Blue) = 21+35+28=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 35 - color contains mainly: green. Hex color #15231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15231C is #EADCE3. Grayscale: #1E1E1E. Windows color (decimal): -15391972 or 1843989. OLE color: 1843989.

HSL color Cylindrical-coordinate representation of color #15231C: hue angle of 150º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #15231C is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB213528-
CMYK0.4000.200.86
HSL150º25%10.98%-
HSV(B)150º40%13.73%-
XYZ1.121.451.32-
YUV30.02126.86121.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 41.67%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=25%
G=41.67%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2135280.4000.200.861502510.98
Hex15231C28014569619b
Octal254334500241262263113
Binary1010110001111100101000010100101011010010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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