#11271E

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

Shades of Dark Green #11271E

Tints of Dark Green #11271E

Color information

#11271E (or 0x11271E) is unknown color: approx Dark Green. HEX triplet: 11, 27 and 1E. RGB value is (17,39,30). Sum of RGB (Red+Green+Blue) = 17+39+30=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #11271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11271E is #EED8E1. Grayscale: #1F1F1F. Windows color (decimal): -15653090 or 1976081. OLE color: 1976081.

HSL color Cylindrical-coordinate representation of color #11271E: hue angle of 155.45º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #11271E is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.

Color convert

RGB173930-
CMYK0.5600.230.85
HSL155.45º39.29%10.98%-
HSV(B)155.45º56.41%15.29%-
XYZ1.191.661.49-
YUV31.4127.21117.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 39 (15.62% from 255) = 45.35%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=19.77%
G=45.35%
B=34.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1739300.5600.230.85155.4539.2910.98
Hex11271E38017559b27b
Octal214736700271252334713
Binary10001100111111101110000101111010101100110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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