#0E372A

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

Shades of Dark Green #0E372A

Tints of Dark Green #0E372A

Color information

#0E372A (or 0x0E372A) is unknown color: approx Dark Green. HEX triplet: 0E, 37 and 2A. RGB value is (14,55,42). Sum of RGB (Red+Green+Blue) = 14+55+42=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #0E372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E372A is #F1C8D5. Grayscale: #292929. Windows color (decimal): -15845590 or 2766606. OLE color: 2766606.

HSL color Cylindrical-coordinate representation of color #0E372A: hue angle of 160.98º degrees, saturation: 0.59, 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 #0E372A is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB145542-
CMYK0.7500.240.78
HSL160.98º59.42%13.53%-
HSV(B)160.98º74.55%21.57%-
XYZ1.972.992.66-
YUV41.26128.42108.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.61%
GREEN value IS 55 (21.88% from 255) = 49.55%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=12.61%
G=49.55%
B=37.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1455420.7500.240.78160.9859.4213.53
HexE372A4B0184Ea13be
Octal1667521130301162417316
Binary111011011110101010010110110001001110101000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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