#15372A

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

Shades of Cardin Green #15372A

Tints of Cardin Green #15372A

Color information

#15372A (or 0x15372A) is unknown color: approx Cardin Green. HEX triplet: 15, 37 and 2A. RGB value is (21,55,42). Sum of RGB (Red+Green+Blue) = 21+55+42=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #15372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15372A is #EAC8D5. Grayscale: #2B2B2B. Windows color (decimal): -15386838 or 2766613. OLE color: 2766613.

HSL color Cylindrical-coordinate representation of color #15372A: hue angle of 157.06º 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 #15372A is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB215542-
CMYK0.6200.240.78
HSL157.06º44.74%14.9%-
HSV(B)157.06º61.82%21.57%-
XYZ2.093.062.67-
YUV43.35127.24112.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.80%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=17.80%
G=46.61%
B=35.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2155420.6200.240.78157.0644.7414.9
Hex15372A3E0184E9d2df
Octal256752760301162355517
Binary101011101111010101111100110001001110100111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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