Html Css Color HEX #0E231C Dark Green

📋 copy color: '#0E231C'

red 14 ◦ green 35 ◦ blue 28

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

Shades of Dark Green #0E231C

Tints of Dark Green #0E231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 36.36%

R = 18.18%
G = 45.45%
B = 36.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#0E231C (or 0x0E231C) is known color: Dark Green. HEX triplet: 0E, 23 and 1C. RGB value is (14,35,28). Sum of RGB (Red+Green+Blue) = 14+35+28=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #0E231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E231C is #F1DCE3. Grayscale: #1B1B1B. Windows color (decimal): -15850724 or 1843982. OLE color: 1843982.

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

Color convert

RGB 14 35 28 -
CMYK 0.60 0 0.20 0.86
HSL 160º 0.43% 0.1% -
HSV(B) 160º 0.6% 0.14% -
XYZ 0.99 1.38 1.31 -
YUV 27.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 14 35 28 0.60 0 0.20 0.86 160 0.43 0.1
Hex E 23 1C 3C 0 14 56 A0 2B A
Octal 16 43 34 74 0 24 126 240 53 12
Binary 1110 100011 11100 111100 0 10100 1010110 10100000 101011 1010

Color Harmonies of #0E231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E231C

Black with #0E231C

Text Example


Text Example

White with #0E231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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