#15382C

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

Shades of Cardin Green #15382C

Tints of Cardin Green #15382C

Color information

#15382C (or 0x15382C) is unknown color: approx Cardin Green. HEX triplet: 15, 38 and 2C. RGB value is (21,56,44). Sum of RGB (Red+Green+Blue) = 21+56+44=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #15382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15382C is #EAC7D3. Grayscale: #2C2C2C. Windows color (decimal): -15386580 or 2897941. OLE color: 2897941.

HSL color Cylindrical-coordinate representation of color #15382C: hue angle of 159.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15382C is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB215644-
CMYK0.6300.210.78
HSL159.43º45.45%15.1%-
HSV(B)159.43º62.5%21.96%-
XYZ2.183.172.88-
YUV44.17127.9111.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=17.36%
G=46.28%
B=36.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2156440.6300.210.78159.4345.4515.1
Hex15382C3F0154E9f2df
Octal257054770251162375517
Binary101011110001011001111110101011001110100111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,56,44); }

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

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

 a { background-color: rgb(21,56,44); }

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

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

 span { border-color: rgb(21,56,44); }

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