#113B2F

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

Shades of Sherwood Green #113B2F

Tints of Sherwood Green #113B2F

Color information

#113B2F (or 0x113B2F) is unknown color: approx Sherwood Green. HEX triplet: 11, 3B and 2F. RGB value is (17,59,47). Sum of RGB (Red+Green+Blue) = 17+59+47=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #113B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B2F is #EEC4D0. Grayscale: #2D2D2D. Windows color (decimal): -15647953 or 3095313. OLE color: 3095313.

HSL color Cylindrical-coordinate representation of color #113B2F: hue angle of 162.86º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113B2F is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB175947-
CMYK0.7100.200.77
HSL162.86º55.26%14.9%-
HSV(B)162.86º71.19%23.14%-
XYZ2.313.453.23-
YUV45.07129.09107.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 59 (23.44% from 255) = 47.97%
BLUE value IS 47 (18.75% from 255) = 38.21%
R=13.82%
G=47.97%
B=38.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1759470.7100.200.77162.8655.2614.9
Hex113B2F470144Da337f
Octal2173571070241152436717
Binary1000111101110111110001110101001001101101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113B2F; }

 p { color: rgb(17,59,47); }

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

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

 a { background-color: rgb(17,59,47); }

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

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

 span { border-color: rgb(17,59,47); }

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