#0E362B

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

Shades of Dark Green #0E362B

Tints of Dark Green #0E362B

Color information

#0E362B (or 0x0E362B) is unknown color: approx Dark Green. HEX triplet: 0E, 36 and 2B. RGB value is (14,54,43). Sum of RGB (Red+Green+Blue) = 14+54+43=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #0E362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E362B is #F1C9D4. Grayscale: #282828. Windows color (decimal): -15845845 or 2831886. OLE color: 2831886.

HSL color Cylindrical-coordinate representation of color #0E362B: hue angle of 163.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E362B is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB145443-
CMYK0.7400.200.79
HSL163.5º58.82%13.33%-
HSV(B)163.5º74.07%21.18%-
XYZ1.942.912.74-
YUV40.79129.25108.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.61%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=12.61%
G=48.65%
B=38.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1454430.7400.200.79163.558.8213.33
HexE362B4A0144Fa43bd
Octal1666531120241172447315
Binary111011011010101110010100101001001111101001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,54,43); }

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

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

 a { background-color: rgb(14,54,43); }

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

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

 span { border-color: rgb(14,54,43); }

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