Html Css Color HEX #0E1612 Dark Green

📋 copy color: '#0E1612'

red 14 ◦ green 22 ◦ blue 18

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

Shades of Dark Green #0E1612

Tints of Dark Green #0E1612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 40.74%

 BLUE value IS 18 (7.42% from 255) = 33.33%

R = 25.93%
G = 40.74%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

#0E1612 (or 0x0E1612) is known color: Dark Green. HEX triplet: 0E, 16 and 12. RGB value is (14,22,18). Sum of RGB (Red+Green+Blue) = 14+22+18=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #0E1612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1612 is #F1E9ED. Grayscale: #131313. Windows color (decimal): -15854062 or 1185294. OLE color: 1185294.

HSL color Cylindrical-coordinate representation of color #0E1612: hue angle of 150º degrees, saturation: 0.22, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0E1612 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 22 18 -
CMYK 0.36 0 0.18 0.91
HSL 150º 0.22% 0.07% -
HSV(B) 150º 0.36% 0.09% -
XYZ 0.58 0.71 0.68 -
YUV 19.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 14 22 18 0.36 0 0.18 0.91 150 0.22 0.07
Hex E 16 12 24 0 12 5B 96 16 7
Octal 16 26 22 44 0 22 133 226 26 7
Binary 1110 10110 10010 100100 0 10010 1011011 10010110 10110 111

Color Harmonies of #0E1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1612

Black with #0E1612

Text Example


Text Example

White with #0E1612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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