#11382A

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

Shades of Cardin Green #11382A

Tints of Cardin Green #11382A

Color information

#11382A (or 0x11382A) is unknown color: approx Cardin Green. HEX triplet: 11, 38 and 2A. RGB value is (17,56,42). Sum of RGB (Red+Green+Blue) = 17+56+42=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #11382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11382A is #EEC7D5. Grayscale: #2A2A2A. Windows color (decimal): -15648726 or 2766865. OLE color: 2766865.

HSL color Cylindrical-coordinate representation of color #11382A: hue angle of 158.46º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11382A is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB175642-
CMYK0.7000.250.78
HSL158.46º53.42%14.31%-
HSV(B)158.46º69.64%21.96%-
XYZ2.063.112.68-
YUV42.74127.58109.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 56 (22.27% from 255) = 48.70%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=14.78%
G=48.70%
B=36.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756420.7000.250.78158.4653.4214.31
Hex11382A460194E9e35e
Octal2170521060311162366516
Binary1000111100010101010001100110011001110100111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,56,42); }

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

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

 a { background-color: rgb(17,56,42); }

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

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

 span { border-color: rgb(17,56,42); }

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