#113025

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

Shades of Dark Green #113025

Tints of Dark Green #113025

Color information

#113025 (or 0x113025) is unknown color: approx Dark Green. HEX triplet: 11, 30 and 25. RGB value is (17,48,37). Sum of RGB (Red+Green+Blue) = 17+48+37=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #113025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113025 is #EECFDA. Grayscale: #252525. Windows color (decimal): -15650779 or 2437137. OLE color: 2437137.

HSL color Cylindrical-coordinate representation of color #113025: hue angle of 158.71º 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 #113025 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB174837-
CMYK0.6500.230.81
HSL158.71º47.69%12.75%-
HSV(B)158.71º64.58%18.82%-
XYZ1.622.372.12-
YUV37.48127.73113.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 37 (14.84% from 255) = 36.27%
R=16.67%
G=47.06%
B=36.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748370.6500.230.81158.7147.6912.75
Hex11302541017519f30d
Octal2160451010271212376015
Binary1000111000010010110000010101111010001100111111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113025; }

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

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

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

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

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

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

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

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