#15231D

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

Shades of Cardin Green #15231D

Tints of Cardin Green #15231D

Color information

#15231D (or 0x15231D) is unknown color: approx Cardin Green. HEX triplet: 15, 23 and 1D. RGB value is (21,35,29). Sum of RGB (Red+Green+Blue) = 21+35+29=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #15231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15231D is #EADCE2. Grayscale: #1E1E1E. Windows color (decimal): -15391971 or 1909525. OLE color: 1909525.

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

Color convert

RGB213529-
CMYK0.4000.170.86
HSL154.29º25%10.98%-
HSV(B)154.29º40%13.73%-
XYZ1.131.451.38-
YUV30.13127.36121.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.71%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=24.71%
G=41.18%
B=34.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2135290.4000.170.86154.292510.98
Hex15231D28011569a19b
Octal254335500211262323113
Binary1010110001111101101000010001101011010011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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