#11251E

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

Shades of Dark Green #11251E

Tints of Dark Green #11251E

Color information

#11251E (or 0x11251E) is unknown color: approx Dark Green. HEX triplet: 11, 25 and 1E. RGB value is (17,37,30). Sum of RGB (Red+Green+Blue) = 17+37+30=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #11251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11251E is #EEDAE1. Grayscale: #1E1E1E. Windows color (decimal): -15653602 or 1975569. OLE color: 1975569.

HSL color Cylindrical-coordinate representation of color #11251E: hue angle of 159º 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 #11251E is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB173730-
CMYK0.5400.190.85
HSL159º37.04%10.59%-
HSV(B)159º54.05%14.51%-
XYZ1.131.541.47-
YUV30.22127.87118.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=20.24%
G=44.05%
B=35.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737300.5400.190.8515937.0410.59
Hex11251E36013559f25b
Octal214536660231252374513
Binary10001100101111101101100100111010101100111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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