Html Css Color HEX #0E2016 Dark Green

📋 copy color: '#0E2016'

red 14 ◦ green 32 ◦ blue 22

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

Shades of Dark Green #0E2016

Tints of Dark Green #0E2016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 47.06%

 BLUE value IS 22 (8.98% from 255) = 32.35%

R = 20.59%
G = 47.06%
B = 32.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.87

RGB Variations

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

Color information

#0E2016 (or 0x0E2016) is known color: Dark Green. HEX triplet: 0E, 20 and 16. RGB value is (14,32,22). Sum of RGB (Red+Green+Blue) = 14+32+22=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #0E2016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2016 is #F1DFE9. Grayscale: #191919. Windows color (decimal): -15851498 or 1449998. OLE color: 1449998.

HSL color Cylindrical-coordinate representation of color #0E2016: hue angle of 146.67º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0E2016 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 32 22 -
CMYK 0.56 0 0.31 0.87
HSL 146.67º 0.39% 0.09% -
HSV(B) 146.67º 0.56% 0.13% -
XYZ 0.84 1.18 0.94 -
YUV 25.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 14 32 22 0.56 0 0.31 0.87 146.67 0.39 0.09
Hex E 20 16 38 0 1F 57 93 27 9
Octal 16 40 26 70 0 37 127 223 47 11
Binary 1110 100000 10110 111000 0 11111 1010111 10010011 100111 1001

Color Harmonies of #0E2016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2016

Black with #0E2016

Text Example


Text Example

White with #0E2016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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