Html Css Color HEX #0E2320 Dark Green

📋 copy color: '#0E2320'

red 14 ◦ green 35 ◦ blue 32

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

Shades of Dark Green #0E2320

Tints of Dark Green #0E2320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 39.51%

R = 17.28%
G = 43.21%
B = 39.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#0E2320 (or 0x0E2320) is known color: Dark Green. HEX triplet: 0E, 23 and 20. RGB value is (14,35,32). Sum of RGB (Red+Green+Blue) = 14+35+32=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 35 - color contains mainly: green. Hex color #0E2320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2320 is #F1DCDF. Grayscale: #1C1C1C. Windows color (decimal): -15850720 or 2106126. OLE color: 2106126.

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

Color convert

RGB 14 35 32 -
CMYK 0.60 0 0.09 0.86
HSL 171.43º 0.43% 0.1% -
HSV(B) 171.43º 0.6% 0.14% -
XYZ 1.04 1.4 1.58 -
YUV 28.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 14 35 32 0.60 0 0.09 0.86 171.43 0.43 0.1
Hex E 23 20 3C 0 9 56 AB 2B A
Octal 16 43 40 74 0 11 126 253 53 12
Binary 1110 100011 100000 111100 0 1001 1010110 10101011 101011 1010

Color Harmonies of #0E2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2320

Black with #0E2320

Text Example


Text Example

White with #0E2320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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