Html Css Color HEX #0E3B2E Sherwood Green

📋 copy color: '#0E3B2E'

red 14 ◦ green 59 ◦ blue 46

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

Shades of Sherwood Green #0E3B2E

Tints of Sherwood Green #0E3B2E

RGB

 RED value IS 14 (5.86% from 255) = 11.76%

 GREEN value IS 59 (23.44% from 255) = 49.58%

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

R = 11.76%
G = 49.58%
B = 38.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.77

RGB Variations

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

Color information

#0E3B2E (or 0x0E3B2E) is known color: Sherwood Green. HEX triplet: 0E, 3B and 2E. RGB value is (14,59,46). Sum of RGB (Red+Green+Blue) = 14+59+46=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3B2E is #F1C4D1. Grayscale: #2C2C2C. Windows color (decimal): -15844562 or 3029774. OLE color: 3029774.

HSL color Cylindrical-coordinate representation of color #0E3B2E: hue angle of 162.67º degrees, saturation: 0.62, 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 #0E3B2E is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB 14 59 46 -
CMYK 0.76 0 0.22 0.77
HSL 162.67º 0.62% 0.14% -
HSV(B) 162.67º 0.76% 0.23% -
XYZ 2.24 3.42 3.13 -
YUV 44.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 14 59 46 0.76 0 0.22 0.77 162.67 0.62 0.14
Hex E 3B 2E 4C 0 16 4D A3 3E E
Octal 16 73 56 114 0 26 115 243 76 16
Binary 1110 111011 101110 1001100 0 10110 1001101 10100011 111110 1110

Color Harmonies of #0E3B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3B2E

Black with #0E3B2E

Text Example


Text Example

White with #0E3B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E3B2E;
 }
 .AnyTagClassName
 {
   color: #0E3B2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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