Html Css Color HEX #0E281D Dark Green

📋 copy color: '#0E281D'

red 14 ◦ green 40 ◦ blue 29

#0E281D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0E281D

Tints of Dark Green #0E281D

RGB

 RED value IS 14 (5.86% from 255) = 16.87%

 GREEN value IS 40 (16.02% from 255) = 48.19%

 BLUE value IS 29 (11.72% from 255) = 34.94%

R = 16.87%
G = 48.19%
B = 34.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.84

RGB Variations

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

Color information

#0E281D (or 0x0E281D) is known color: Dark Green. HEX triplet: 0E, 28 and 1D. RGB value is (14,40,29). Sum of RGB (Red+Green+Blue) = 14+40+29=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #0E281D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E281D is #F1D7E2. Grayscale: #1E1E1E. Windows color (decimal): -15849443 or 1910798. OLE color: 1910798.

HSL color Cylindrical-coordinate representation of color #0E281D: hue angle of 154.62º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E281D is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB 14 40 29 -
CMYK 0.65 0 0.28 0.84
HSL 154.62º 0.48% 0.11% -
HSV(B) 154.62º 0.65% 0.16% -
XYZ 1.16 1.7 1.43 -
YUV 30.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 14 40 29 0.65 0 0.28 0.84 154.62 0.48 0.11
Hex E 28 1D 41 0 1C 54 9B 30 B
Octal 16 50 35 101 0 34 124 233 60 13
Binary 1110 101000 11101 1000001 0 11100 1010100 10011011 110000 1011

Color Harmonies of #0E281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E281D

Black with #0E281D

Text Example


Text Example

White with #0E281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,40,29); }

 H1.HeaderClassName
 {
   color: #0E281D;
 }
 .AnyTagClassName
 {
   color: #0E281D;
 }
</style>

background-color css

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

 a { background-color: rgb(14,40,29); }

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

border-color css

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

 span { border-color: rgb(14,40,29); }

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