Html Css Color HEX #0E231D Dark Green

📋 copy color: '#0E231D'

red 14 ◦ green 35 ◦ blue 29

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

Shades of Dark Green #0E231D

Tints of Dark Green #0E231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 44.87%

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

R = 17.95%
G = 44.87%
B = 37.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#0E231D (or 0x0E231D) is known color: Dark Green. HEX triplet: 0E, 23 and 1D. RGB value is (14,35,29). Sum of RGB (Red+Green+Blue) = 14+35+29=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #0E231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E231D is #F1DCE2. Grayscale: #1C1C1C. Windows color (decimal): -15850723 or 1909518. OLE color: 1909518.

HSL color Cylindrical-coordinate representation of color #0E231D: hue angle of 162.86º 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 #0E231D is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 14 35 29 -
CMYK 0.60 0 0.17 0.86
HSL 162.86º 0.43% 0.1% -
HSV(B) 162.86º 0.6% 0.14% -
XYZ 1 1.38 1.38 -
YUV 28.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 14 35 29 0.60 0 0.17 0.86 162.86 0.43 0.1
Hex E 23 1D 3C 0 11 56 A3 2B A
Octal 16 43 35 74 0 21 126 243 53 12
Binary 1110 100011 11101 111100 0 10001 1010110 10100011 101011 1010

Color Harmonies of #0E231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E231D

Black with #0E231D

Text Example


Text Example

White with #0E231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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