#114230

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

Shades of Sherwood Green #114230

Tints of Sherwood Green #114230

Color information

#114230 (or 0x114230) is unknown color: approx Sherwood Green. HEX triplet: 11, 42 and 30. RGB value is (17,66,48). Sum of RGB (Red+Green+Blue) = 17+66+48=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #114230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114230 is #EEBDCF. Grayscale: #313131. Windows color (decimal): -15646160 or 3162641. OLE color: 3162641.

HSL color Cylindrical-coordinate representation of color #114230: hue angle of 157.96º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114230 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB176648-
CMYK0.7400.270.74
HSL157.96º59.04%16.27%-
HSV(B)157.96º74.24%25.88%-
XYZ2.714.233.47-
YUV49.3127.27104.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 48 (19.14% from 255) = 36.64%
R=12.98%
G=50.38%
B=36.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766480.7400.270.74157.9659.0416.27
Hex1142304A01B4A9e3b10
Octal21102601120331122367320
Binary100011000010110000100101001101110010101001111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114230; }

 p { color: rgb(17,66,48); }

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

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

 a { background-color: rgb(17,66,48); }

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

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

 span { border-color: rgb(17,66,48); }

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