#113A2F

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

Shades of Sherwood Green #113A2F

Tints of Sherwood Green #113A2F

Color information

#113A2F (or 0x113A2F) is unknown color: approx Sherwood Green. HEX triplet: 11, 3A and 2F. RGB value is (17,58,47). Sum of RGB (Red+Green+Blue) = 17+58+47=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #113A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A2F is #EEC5D0. Grayscale: #2C2C2C. Windows color (decimal): -15648209 or 3095057. OLE color: 3095057.

HSL color Cylindrical-coordinate representation of color #113A2F: hue angle of 163.9º 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 #113A2F is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB175847-
CMYK0.7100.190.77
HSL163.9º54.67%14.71%-
HSV(B)163.9º70.69%22.75%-
XYZ2.263.353.22-
YUV44.49129.42108.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 58 (23.05% from 255) = 47.54%
BLUE value IS 47 (18.75% from 255) = 38.52%
R=13.93%
G=47.54%
B=38.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1758470.7100.190.77163.954.6714.71
Hex113A2F470134Da437f
Octal2172571070231152446717
Binary1000111101010111110001110100111001101101001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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