#11261F

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

Shades of Dark Green #11261F

Tints of Dark Green #11261F

Color information

#11261F (or 0x11261F) is unknown color: approx Dark Green. HEX triplet: 11, 26 and 1F. RGB value is (17,38,31). Sum of RGB (Red+Green+Blue) = 17+38+31=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #11261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11261F is #EED9E0. Grayscale: #1E1E1E. Windows color (decimal): -15653345 or 2041361. OLE color: 2041361.

HSL color Cylindrical-coordinate representation of color #11261F: hue angle of 160º 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 #11261F is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB173831-
CMYK0.5500.180.85
HSL160º38.18%10.78%-
HSV(B)160º55.26%14.9%-
XYZ1.171.61.54-
YUV30.92128.04118.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 38 (15.23% from 255) = 44.19%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=19.77%
G=44.19%
B=36.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1738310.5500.180.8516038.1810.78
Hex11261F3701255a026b
Octal214637670221252404613
Binary10001100110111111101110100101010101101000001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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