#11251D

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

Shades of Dark Green #11251D

Tints of Dark Green #11251D

Color information

#11251D (or 0x11251D) is unknown color: approx Dark Green. HEX triplet: 11, 25 and 1D. RGB value is (17,37,29). Sum of RGB (Red+Green+Blue) = 17+37+29=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #11251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11251D is #EEDAE2. Grayscale: #1E1E1E. Windows color (decimal): -15653603 or 1910033. OLE color: 1910033.

HSL color Cylindrical-coordinate representation of color #11251D: hue angle of 156º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #11251D is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB173729-
CMYK0.5400.220.85
HSL156º37.04%10.59%-
HSV(B)156º54.05%14.51%-
XYZ1.111.531.4-
YUV30.11127.37118.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=20.48%
G=44.58%
B=34.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737290.5400.220.8515637.0410.59
Hex11251D36016559c25b
Octal214535660261252344513
Binary10001100101111011101100101101010101100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11251D; }

 p { color: rgb(17,37,29); }

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

<style>
 a { background-color: #11251D; }

 a { background-color: rgb(17,37,29); }

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

<style>
 span { border-color: #11251D; }

 span { border-color: rgb(17,37,29); }

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