#15392A

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

Shades of Cardin Green #15392A

Tints of Cardin Green #15392A

Color information

#15392A (or 0x15392A) is unknown color: approx Cardin Green. HEX triplet: 15, 39 and 2A. RGB value is (21,57,42). Sum of RGB (Red+Green+Blue) = 21+57+42=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #15392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15392A is #EAC6D5. Grayscale: #2C2C2C. Windows color (decimal): -15386326 or 2767125. OLE color: 2767125.

HSL color Cylindrical-coordinate representation of color #15392A: hue angle of 155º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #15392A is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB215742-
CMYK0.6300.260.78
HSL155º46.15%15.29%-
HSV(B)155º63.16%22.35%-
XYZ2.193.252.7-
YUV44.53126.57111.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 57 (22.66% from 255) = 47.5%
BLUE value IS 42 (16.80% from 255) = 35%
R=17.5%
G=47.5%
B=35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2157420.6300.260.7815546.1515.29
Hex15392A3F01A4E9b2ef
Octal257152770321162335617
Binary101011110011010101111110110101001110100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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