#11231B

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

Shades of Dark Green #11231B

Tints of Dark Green #11231B

Color information

#11231B (or 0x11231B) is unknown color: approx Dark Green. HEX triplet: 11, 23 and 1B. RGB value is (17,35,27). Sum of RGB (Red+Green+Blue) = 17+35+27=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 35 - color contains mainly: green. Hex color #11231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11231B is #EEDCE4. Grayscale: #1C1C1C. Windows color (decimal): -15654117 or 1778449. OLE color: 1778449.

HSL color Cylindrical-coordinate representation of color #11231B: hue angle of 153.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #11231B is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB173527-
CMYK0.5100.230.86
HSL153.33º34.62%10.2%-
HSV(B)153.33º51.43%13.73%-
XYZ1.031.41.25-
YUV28.71127.04119.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=21.52%
G=44.30%
B=34.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1735270.5100.230.86153.3334.6210.2
Hex11231B33017569923a
Octal214333630271262314312
Binary10001100011110111100110101111010110100110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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