#15362A

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

Shades of Cardin Green #15362A

Tints of Cardin Green #15362A

Color information

#15362A (or 0x15362A) is unknown color: approx Cardin Green. HEX triplet: 15, 36 and 2A. RGB value is (21,54,42). Sum of RGB (Red+Green+Blue) = 21+54+42=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #15362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15362A is #EAC9D5. Grayscale: #2A2A2A. Windows color (decimal): -15387094 or 2766357. OLE color: 2766357.

HSL color Cylindrical-coordinate representation of color #15362A: hue angle of 158.18º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #15362A is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB215442-
CMYK0.6100.220.79
HSL158.18º44%14.71%-
HSV(B)158.18º61.11%21.18%-
XYZ2.052.962.65-
YUV42.76127.57112.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 54 (21.48% from 255) = 46.15%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=17.95%
G=46.15%
B=35.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2154420.6100.220.79158.184414.71
Hex15362A3D0164F9e2cf
Octal256652750261172365417
Binary101011101101010101111010101101001111100111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15362A; }

 p { color: rgb(21,54,42); }

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

<style>
 a { background-color: #15362A; }

 a { background-color: rgb(21,54,42); }

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

<style>
 span { border-color: #15362A; }

 span { border-color: rgb(21,54,42); }

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