#0E241B

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

Shades of Dark Green #0E241B

Tints of Dark Green #0E241B

Color information

#0E241B (or 0x0E241B) is unknown color: approx Dark Green. HEX triplet: 0E, 24 and 1B. RGB value is (14,36,27). Sum of RGB (Red+Green+Blue) = 14+36+27=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #0E241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E241B is #F1DBE4. Grayscale: #1C1C1C. Windows color (decimal): -15850469 or 1778702. OLE color: 1778702.

HSL color Cylindrical-coordinate representation of color #0E241B: hue angle of 155.45º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0E241B is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB143627-
CMYK0.6100.250.86
HSL155.45º44%9.8%-
HSV(B)155.45º61.11%14.12%-
XYZ1.011.431.26-
YUV28.4127.21117.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.18%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 27 (10.94% from 255) = 35.06%
R=18.18%
G=46.75%
B=35.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1436270.6100.250.86155.45449.8
HexE241B3D019569b2ca
Octal164433750311262335412
Binary1110100100110111111010110011010110100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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