Html Css Color HEX #0E1B16 Dark Green

📋 copy color: '#0E1B16'

red 14 ◦ green 27 ◦ blue 22

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

Shades of Dark Green #0E1B16

Tints of Dark Green #0E1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 42.86%

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

R = 22.22%
G = 42.86%
B = 34.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.89

RGB Variations

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

Color information

#0E1B16 (or 0x0E1B16) is known color: Dark Green. HEX triplet: 0E, 1B and 16. RGB value is (14,27,22). Sum of RGB (Red+Green+Blue) = 14+27+22=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B16 is #F1E4E9. Grayscale: #161616. Windows color (decimal): -15852778 or 1448718. OLE color: 1448718.

HSL color Cylindrical-coordinate representation of color #0E1B16: hue angle of 156.92º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0E1B16 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 27 22 -
CMYK 0.48 0 0.19 0.89
HSL 156.92º 0.32% 0.08% -
HSV(B) 156.92º 0.48% 0.11% -
XYZ 0.72 0.94 0.9 -
YUV 22.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 14 27 22 0.48 0 0.19 0.89 156.92 0.32 0.08
Hex E 1B 16 30 0 13 59 9D 20 8
Octal 16 33 26 60 0 23 131 235 40 10
Binary 1110 11011 10110 110000 0 10011 1011001 10011101 100000 1000

Color Harmonies of #0E1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1B16

Black with #0E1B16

Text Example


Text Example

White with #0E1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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