#11402F

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

Shades of Sherwood Green #11402F

Tints of Sherwood Green #11402F

Color information

#11402F (or 0x11402F) is unknown color: approx Sherwood Green. HEX triplet: 11, 40 and 2F. RGB value is (17,64,47). Sum of RGB (Red+Green+Blue) = 17+64+47=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #11402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11402F is #EEBFD0. Grayscale: #303030. Windows color (decimal): -15646673 or 3096593. OLE color: 3096593.

HSL color Cylindrical-coordinate representation of color #11402F: hue angle of 158.3º degrees, saturation: 0.58, 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 #11402F is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB176447-
CMYK0.7300.270.75
HSL158.3º58.02%15.88%-
HSV(B)158.3º73.44%25.1%-
XYZ2.583.993.32-
YUV48.01127.43105.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 64 (25.39% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=13.28%
G=50%
B=36.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764470.7300.270.75158.358.0215.88
Hex11402F4901B4B9e3a10
Octal21100571110331132367220
Binary100011000000101111100100101101110010111001111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11402F; }

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

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

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

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

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

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

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

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