Html Css Color HEX #113F2E Sherwood Green

📋 copy color: '#113F2E'

red 17 ◦ green 63 ◦ blue 46

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

Shades of Sherwood Green #113F2E

Tints of Sherwood Green #113F2E

RGB

 RED value IS 17 (7.03% from 255) = 13.49%

 GREEN value IS 63 (25% from 255) = 50%

 BLUE value IS 46 (18.36% from 255) = 36.51%

R = 13.49%
G = 50%
B = 36.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#113F2E (or 0x113F2E) is known color: Sherwood Green. HEX triplet: 11, 3F and 2E. RGB value is (17,63,46). Sum of RGB (Red+Green+Blue) = 17+63+46=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 46 (18.36% from 255 or 36.51% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #113F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F2E is #EEC0D1. Grayscale: #2F2F2F. Windows color (decimal): -15646930 or 3030801. OLE color: 3030801.

HSL color Cylindrical-coordinate representation of color #113F2E: hue angle of 157.83º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F2E is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 46 -
CMYK 0.73 0 0.27 0.75
HSL 157.83º 0.58% 0.16% -
HSV(B) 157.83º 0.73% 0.25% -
XYZ 2.5 3.87 3.2 -
YUV 47.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 17 63 46 0.73 0 0.27 0.75 157.83 0.58 0.16
Hex 11 3F 2E 49 0 1B 4B 9E 3A 10
Octal 21 77 56 111 0 33 113 236 72 20
Binary 10001 111111 101110 1001001 0 11011 1001011 10011110 111010 10000

Color Harmonies of #113F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F2E

Black with #113F2E

Text Example


Text Example

White with #113F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,63,46); }

 H1.HeaderClassName
 {
   color: #113F2E;
 }
 .AnyTagClassName
 {
   color: #113F2E;
 }
</style>

background-color css

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

 a { background-color: rgb(17,63,46); }

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

border-color css

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

 span { border-color: rgb(17,63,46); }

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