#0E231B

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

Shades of Dark Green #0E231B

Tints of Dark Green #0E231B

Color information

#0E231B (or 0x0E231B) is unknown color: approx Dark Green. HEX triplet: 0E, 23 and 1B. RGB value is (14,35,27). Sum of RGB (Red+Green+Blue) = 14+35+27=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #0E231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E231B is #F1DCE4. Grayscale: #1B1B1B. Windows color (decimal): -15850725 or 1778446. OLE color: 1778446.

HSL color Cylindrical-coordinate representation of color #0E231B: hue angle of 157.14º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0E231B is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB143527-
CMYK0.6000.230.86
HSL157.14º42.86%9.61%-
HSV(B)157.14º60%13.73%-
XYZ0.981.371.25-
YUV27.81127.54118.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.42%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=18.42%
G=46.05%
B=35.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1435270.6000.230.86157.1442.869.61
HexE231B3C017569d2ba
Octal164333740271262355312
Binary1110100011110111111000101111010110100111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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