#0E3A2E

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

Shades of Sherwood Green #0E3A2E

Tints of Sherwood Green #0E3A2E

Color information

#0E3A2E (or 0x0E3A2E) is unknown color: approx Sherwood Green. HEX triplet: 0E, 3A and 2E. RGB value is (14,58,46). Sum of RGB (Red+Green+Blue) = 14+58+46=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #0E3A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3A2E is #F1C5D1. Grayscale: #2B2B2B. Windows color (decimal): -15844818 or 3029518. OLE color: 3029518.

HSL color Cylindrical-coordinate representation of color #0E3A2E: hue angle of 163.64º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E3A2E is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB145846-
CMYK0.7600.210.77
HSL163.64º61.11%14.12%-
HSV(B)163.64º75.86%22.75%-
XYZ2.193.323.11-
YUV43.48129.42106.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.86%
GREEN value IS 58 (23.05% from 255) = 49.15%
BLUE value IS 46 (18.36% from 255) = 38.98%
R=11.86%
G=49.15%
B=38.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1458460.7600.210.77163.6461.1114.12
HexE3A2E4C0154Da43de
Octal1672561140251152447516
Binary111011101010111010011000101011001101101001001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E3A2E; }

 p { color: rgb(14,58,46); }

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

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

 a { background-color: rgb(14,58,46); }

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

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

 span { border-color: rgb(14,58,46); }

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