Html Css Color HEX #0E1C1A Dark Green

📋 copy color: '#0E1C1A'

red 14 ◦ green 28 ◦ blue 26

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

Shades of Dark Green #0E1C1A

Tints of Dark Green #0E1C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 41.18%

 BLUE value IS 26 (10.55% from 255) = 38.24%

R = 20.59%
G = 41.18%
B = 38.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#0E1C1A (or 0x0E1C1A) is known color: Dark Green. HEX triplet: 0E, 1C and 1A. RGB value is (14,28,26). Sum of RGB (Red+Green+Blue) = 14+28+26=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1C1A is #F1E3E5. Grayscale: #171717. Windows color (decimal): -15852518 or 1711118. OLE color: 1711118.

HSL color Cylindrical-coordinate representation of color #0E1C1A: hue angle of 171.43º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E1C1A is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 28 26 -
CMYK 0.50 0 0.07 0.89
HSL 171.43º 0.33% 0.08% -
HSV(B) 171.43º 0.5% 0.11% -
XYZ 0.78 1 1.13 -
YUV 23.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 14 28 26 0.50 0 0.07 0.89 171.43 0.33 0.08
Hex E 1C 1A 32 0 7 59 AB 21 8
Octal 16 34 32 62 0 7 131 253 41 10
Binary 1110 11100 11010 110010 0 111 1011001 10101011 100001 1000

Color Harmonies of #0E1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1C1A

Black with #0E1C1A

Text Example


Text Example

White with #0E1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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