#0E3424

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

Shades of Dark Green #0E3424

Tints of Dark Green #0E3424

Color information

#0E3424 (or 0x0E3424) is unknown color: approx Dark Green. HEX triplet: 0E, 34 and 24. RGB value is (14,52,36). Sum of RGB (Red+Green+Blue) = 14+52+36=102 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.73% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3424 is #F1CBDB. Grayscale: #262626. Windows color (decimal): -15846364 or 2372622. OLE color: 2372622.

HSL color Cylindrical-coordinate representation of color #0E3424: hue angle of 154.74º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E3424 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB145236-
CMYK0.7300.310.80
HSL154.74º57.58%12.94%-
HSV(B)154.74º73.08%20.39%-
XYZ1.732.682.09-
YUV38.81126.41110.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.73%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 36 (14.45% from 255) = 35.29%
R=13.73%
G=50.98%
B=35.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1452360.7300.310.80154.7457.5812.94
HexE34244901F509b3ad
Octal1664441110371202337215
Binary111011010010010010010010111111010000100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,52,36); }

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

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

 a { background-color: rgb(14,52,36); }

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

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

 span { border-color: rgb(14,52,36); }

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