#0E3829

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

Shades of Dark Green #0E3829

Tints of Dark Green #0E3829

Color information

#0E3829 (or 0x0E3829) is unknown color: approx Dark Green. HEX triplet: 0E, 38 and 29. RGB value is (14,56,41). Sum of RGB (Red+Green+Blue) = 14+56+41=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3829 is #F1C7D6. Grayscale: #292929. Windows color (decimal): -15845335 or 2701326. OLE color: 2701326.

HSL color Cylindrical-coordinate representation of color #0E3829: hue angle of 158.57º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3829 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB145641-
CMYK0.7500.270.78
HSL158.57º60%13.73%-
HSV(B)158.57º75%21.96%-
XYZ23.082.59-
YUV41.73127.59108.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.61%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=12.61%
G=50.45%
B=36.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1456410.7500.270.78158.576013.73
HexE38294B01B4E9f3ce
Octal1670511130331162377416
Binary111011100010100110010110110111001110100111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,56,41); }

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

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

 a { background-color: rgb(14,56,41); }

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

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

 span { border-color: rgb(14,56,41); }

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