Html Css Color HEX #0E3E2F Sherwood Green

📋 copy color: '#0E3E2F'

red 14 ◦ green 62 ◦ blue 47

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

Shades of Sherwood Green #0E3E2F

Tints of Sherwood Green #0E3E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 50.41%

 BLUE value IS 47 (18.75% from 255) = 38.21%

R = 11.38%
G = 50.41%
B = 38.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#0E3E2F (or 0x0E3E2F) is known color: Sherwood Green. HEX triplet: 0E, 3E and 2F. RGB value is (14,62,47). Sum of RGB (Red+Green+Blue) = 14+62+47=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #0E3E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3E2F is #F1C1D0. Grayscale: #2D2D2D. Windows color (decimal): -15843793 or 3096078. OLE color: 3096078.

HSL color Cylindrical-coordinate representation of color #0E3E2F: hue angle of 161.25º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3E2F is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 62 47 -
CMYK 0.77 0 0.24 0.76
HSL 161.25º 0.63% 0.15% -
HSV(B) 161.25º 0.77% 0.24% -
XYZ 2.42 3.74 3.28 -
YUV 45.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 14 62 47 0.77 0 0.24 0.76 161.25 0.63 0.15
Hex E 3E 2F 4D 0 18 4C A1 3F F
Octal 16 76 57 115 0 30 114 241 77 17
Binary 1110 111110 101111 1001101 0 11000 1001100 10100001 111111 1111

Color Harmonies of #0E3E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3E2F

Black with #0E3E2F

Text Example


Text Example

White with #0E3E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,62,47); }

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

background-color css

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

 a { background-color: rgb(14,62,47); }

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

border-color css

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

 span { border-color: rgb(14,62,47); }

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