#11261B

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

Shades of Cardin Green #11261B

Tints of Cardin Green #11261B

Color information

#11261B (or 0x11261B) is unknown color: approx Cardin Green. HEX triplet: 11, 26 and 1B. RGB value is (17,38,27). Sum of RGB (Red+Green+Blue) = 17+38+27=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #11261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11261B is #EED9E4. Grayscale: #1E1E1E. Windows color (decimal): -15653349 or 1779217. OLE color: 1779217.

HSL color Cylindrical-coordinate representation of color #11261B: hue angle of 148.57º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #11261B is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.

Color convert

RGB173827-
CMYK0.5500.290.85
HSL148.57º38.18%10.78%-
HSV(B)148.57º55.26%14.9%-
XYZ1.121.581.28-
YUV30.47126.04118.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 38 (15.23% from 255) = 46.34%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=20.73%
G=46.34%
B=32.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1738270.5500.290.85148.5738.1810.78
Hex11261B3701D559526b
Octal214633670351252254613
Binary10001100110110111101110111011010101100101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11261B; }

 p { color: rgb(17,38,27); }

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

<style>
 a { background-color: #11261B; }

 a { background-color: rgb(17,38,27); }

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

<style>
 span { border-color: #11261B; }

 span { border-color: rgb(17,38,27); }

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