Html Css Color HEX #113A2F Sherwood Green

📋 copy color: '#113A2F'

red 17 ◦ green 58 ◦ blue 47

#113A2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #113A2F

Tints of Sherwood Green #113A2F

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 value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#113A2F (or 0x113A2F) is known color: 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

RGB 17 58 47 -
CMYK 0.71 0 0.19 0.77
HSL 163.9º 0.55% 0.15% -
HSV(B) 163.9º 0.71% 0.23% -
XYZ 2.26 3.35 3.22 -
YUV 44.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 17 58 47 0.71 0 0.19 0.77 163.9 0.55 0.15
Hex 11 3A 2F 47 0 13 4D A4 37 F
Octal 21 72 57 107 0 23 115 244 67 17
Binary 10001 111010 101111 1000111 0 10011 1001101 10100100 110111 1111

Color Harmonies of #113A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A2F

Black with #113A2F

Text Example


Text Example

White with #113A2F

Text Example


Text Example

HTML Codes & Css Web 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>