Html Css Color HEX #0E1A16 Dark Green

📋 copy color: '#0E1A16'

red 14 ◦ green 26 ◦ blue 22

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

Shades of Dark Green #0E1A16

Tints of Dark Green #0E1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 41.94%

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

R = 22.58%
G = 41.94%
B = 35.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.90

RGB Variations

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

Color information

#0E1A16 (or 0x0E1A16) is known color: Dark Green. HEX triplet: 0E, 1A and 16. RGB value is (14,26,22). Sum of RGB (Red+Green+Blue) = 14+26+22=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A16 is #F1E5E9. Grayscale: #151515. Windows color (decimal): -15853034 or 1448462. OLE color: 1448462.

HSL color Cylindrical-coordinate representation of color #0E1A16: hue angle of 160º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0E1A16 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 26 22 -
CMYK 0.46 0 0.15 0.90
HSL 160º 0.3% 0.08% -
HSV(B) 160º 0.46% 0.1% -
XYZ 0.7 0.89 0.89 -
YUV 21.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 14 26 22 0.46 0 0.15 0.90 160 0.3 0.08
Hex E 1A 16 2E 0 F 5A A0 1E 8
Octal 16 32 26 56 0 17 132 240 36 10
Binary 1110 11010 10110 101110 0 1111 1011010 10100000 11110 1000

Color Harmonies of #0E1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1A16

Black with #0E1A16

Text Example


Text Example

White with #0E1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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