Html Css Color HEX #0E5940 Fun Green

📋 copy color: '#0E5940'

red 14 ◦ green 89 ◦ blue 64

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

Shades of Fun Green #0E5940

Tints of Fun Green #0E5940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.29%

 BLUE value IS 64 (25.39% from 255) = 38.32%

R = 8.38%
G = 53.29%
B = 38.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#0E5940 (or 0x0E5940) is known color: Fun Green. HEX triplet: 0E, 59 and 40. RGB value is (14,89,64). Sum of RGB (Red+Green+Blue) = 14+89+64=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #0E5940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5940 is #F1A6BF. Grayscale: #3F3F3F. Windows color (decimal): -15836864 or 4217102. OLE color: 4217102.

HSL color Cylindrical-coordinate representation of color #0E5940: hue angle of 160º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5940 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 89 64 -
CMYK 0.84 0 0.28 0.65
HSL 160º 0.73% 0.2% -
HSV(B) 160º 0.84% 0.35% -
XYZ 4.68 7.61 6.07 -
YUV 63.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 14 89 64 0.84 0 0.28 0.65 160 0.73 0.2
Hex E 59 40 54 0 1C 41 A0 49 14
Octal 16 131 100 124 0 34 101 240 111 24
Binary 1110 1011001 1000000 1010100 0 11100 1000001 10100000 1001001 10100

Color Harmonies of #0E5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5940

Black with #0E5940

Text Example


Text Example

White with #0E5940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,89,64); }

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

background-color css

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

 a { background-color: rgb(14,89,64); }

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

border-color css

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

 span { border-color: rgb(14,89,64); }

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