Html Css Color HEX #0E2820 Dark Green

📋 copy color: '#0E2820'

red 14 ◦ green 40 ◦ blue 32

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

Shades of Dark Green #0E2820

Tints of Dark Green #0E2820

RGB

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

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

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

R = 16.28%
G = 46.51%
B = 37.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#0E2820 (or 0x0E2820) is known color: Dark Green. HEX triplet: 0E, 28 and 20. RGB value is (14,40,32). Sum of RGB (Red+Green+Blue) = 14+40+32=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #0E2820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2820 is #F1D7DF. Grayscale: #1F1F1F. Windows color (decimal): -15849440 or 2107406. OLE color: 2107406.

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

Color convert

RGB 14 40 32 -
CMYK 0.65 0 0.20 0.84
HSL 161.54º 0.48% 0.11% -
HSV(B) 161.54º 0.65% 0.16% -
XYZ 1.2 1.72 1.63 -
YUV 31.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 14 40 32 0.65 0 0.20 0.84 161.54 0.48 0.11
Hex E 28 20 41 0 14 54 A2 30 B
Octal 16 50 40 101 0 24 124 242 60 13
Binary 1110 101000 100000 1000001 0 10100 1010100 10100010 110000 1011

Color Harmonies of #0E2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2820

Black with #0E2820

Text Example


Text Example

White with #0E2820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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