#0E271B

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

Shades of Dark Green #0E271B

Tints of Dark Green #0E271B

Color information

#0E271B (or 0x0E271B) is unknown color: approx Dark Green. HEX triplet: 0E, 27 and 1B. RGB value is (14,39,27). Sum of RGB (Red+Green+Blue) = 14+39+27=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #0E271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E271B is #F1D8E4. Grayscale: #1E1E1E. Windows color (decimal): -15849701 or 1779470. OLE color: 1779470.

HSL color Cylindrical-coordinate representation of color #0E271B: hue angle of 151.2º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E271B is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB143927-
CMYK0.6400.310.85
HSL151.2º47.17%10.39%-
HSV(B)151.2º64.1%15.29%-
XYZ1.11.621.29-
YUV30.16126.22116.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.5%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=17.5%
G=48.75%
B=33.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1439270.6400.310.85151.247.1710.39
HexE271B4001F55972fa
Octal1647331000371252275712
Binary11101001111101110000000111111010101100101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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