#11281E

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

Shades of Cardin Green #11281E

Tints of Cardin Green #11281E

Color information

#11281E (or 0x11281E) is unknown color: approx Cardin Green. HEX triplet: 11, 28 and 1E. RGB value is (17,40,30). Sum of RGB (Red+Green+Blue) = 17+40+30=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #11281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11281E is #EED7E1. Grayscale: #1F1F1F. Windows color (decimal): -15652834 or 1976337. OLE color: 1976337.

HSL color Cylindrical-coordinate representation of color #11281E: hue angle of 153.91º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #11281E is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB174030-
CMYK0.5700.250.84
HSL153.91º40.35%11.18%-
HSV(B)153.91º57.5%15.69%-
XYZ1.221.731.5-
YUV31.98126.88117.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 40 (16.02% from 255) = 45.98%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=19.54%
G=45.98%
B=34.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740300.5700.250.84153.9140.3511.18
Hex11281E39019549a28b
Octal215036710311242325013
Binary10001101000111101110010110011010100100110101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11281E; }

 p { color: rgb(17,40,30); }

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

<style>
 a { background-color: #11281E; }

 a { background-color: rgb(17,40,30); }

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

<style>
 span { border-color: #11281E; }

 span { border-color: rgb(17,40,30); }

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