#0E251F

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

Shades of Dark Green #0E251F

Tints of Dark Green #0E251F

Color information

#0E251F (or 0x0E251F) is unknown color: approx Dark Green. HEX triplet: 0E, 25 and 1F. RGB value is (14,37,31). Sum of RGB (Red+Green+Blue) = 14+37+31=82 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.07% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #0E251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E251F is #F1DAE0. Grayscale: #1D1D1D. Windows color (decimal): -15850209 or 2041102. OLE color: 2041102.

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

Color convert

RGB143731-
CMYK0.6200.160.85
HSL164.35º45.1%10%-
HSV(B)164.35º62.16%14.51%-
XYZ1.091.521.53-
YUV29.44128.88116.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.07%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=17.07%
G=45.12%
B=37.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1437310.6200.160.85164.3545.110
HexE251F3E01055a42da
Octal164537760201252445512
Binary1110100101111111111100100001010101101001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,37,31); }

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

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

 a { background-color: rgb(14,37,31); }

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

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

 span { border-color: rgb(14,37,31); }

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