#113026

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

Shades of Dark Green #113026

Tints of Dark Green #113026

Color information

#113026 (or 0x113026) is unknown color: approx Dark Green. HEX triplet: 11, 30 and 26. RGB value is (17,48,38). Sum of RGB (Red+Green+Blue) = 17+48+38=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #113026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113026 is #EECFD9. Grayscale: #252525. Windows color (decimal): -15650778 or 2502673. OLE color: 2502673.

HSL color Cylindrical-coordinate representation of color #113026: hue angle of 160.65º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113026 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB174838-
CMYK0.6500.210.81
HSL160.65º47.69%12.75%-
HSV(B)160.65º64.58%18.82%-
XYZ1.642.372.21-
YUV37.59128.23113.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=16.50%
G=46.60%
B=36.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748380.6500.210.81160.6547.6912.75
Hex1130264101551a130d
Octal2160461010251212416015
Binary1000111000010011010000010101011010001101000011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113026; }

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

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

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

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

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

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

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

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