Html Css Color HEX #0E1B14 Dark Green

📋 copy color: '#0E1B14'

red 14 ◦ green 27 ◦ blue 20

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

Shades of Dark Green #0E1B14

Tints of Dark Green #0E1B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 32.79%

R = 22.95%
G = 44.26%
B = 32.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.89

RGB Variations

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

Color information

#0E1B14 (or 0x0E1B14) is known color: Dark Green. HEX triplet: 0E, 1B and 14. RGB value is (14,27,20). Sum of RGB (Red+Green+Blue) = 14+27+20=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B14 is #F1E4EB. Grayscale: #161616. Windows color (decimal): -15852780 or 1317646. OLE color: 1317646.

HSL color Cylindrical-coordinate representation of color #0E1B14: hue angle of 147.69º 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 #0E1B14 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 27 20 -
CMYK 0.48 0 0.26 0.89
HSL 147.69º 0.32% 0.08% -
HSV(B) 147.69º 0.48% 0.11% -
XYZ 0.7 0.93 0.8 -
YUV 22.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 14 27 20 0.48 0 0.26 0.89 147.69 0.32 0.08
Hex E 1B 14 30 0 1A 59 94 20 8
Octal 16 33 24 60 0 32 131 224 40 10
Binary 1110 11011 10100 110000 0 11010 1011001 10010100 100000 1000

Color Harmonies of #0E1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1B14

Black with #0E1B14

Text Example


Text Example

White with #0E1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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