#0E322A

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

Shades of Dark Green #0E322A

Tints of Dark Green #0E322A

Color information

#0E322A (or 0x0E322A) is unknown color: approx Dark Green. HEX triplet: 0E, 32 and 2A. RGB value is (14,50,42). Sum of RGB (Red+Green+Blue) = 14+50+42=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #0E322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E322A is #F1CDD5. Grayscale: #262626. Windows color (decimal): -15846870 or 2765326. OLE color: 2765326.

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

Color convert

RGB145042-
CMYK0.7200.160.80
HSL166.67º56.25%12.55%-
HSV(B)166.67º72%19.61%-
XYZ1.742.542.59-
YUV38.32130.07110.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.21%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=13.21%
G=47.17%
B=39.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1450420.7200.160.80166.6756.2512.55
HexE322A4801050a738d
Octal1662521100201202477015
Binary111011001010101010010000100001010000101001111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,50,42); }

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

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

 a { background-color: rgb(14,50,42); }

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

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

 span { border-color: rgb(14,50,42); }

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