Html Css Color HEX #0E1A19 Dark Green

📋 copy color: '#0E1A19'

red 14 ◦ green 26 ◦ blue 25

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

Shades of Dark Green #0E1A19

Tints of Dark Green #0E1A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 38.46%

R = 21.54%
G = 40%
B = 38.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#0E1A19 (or 0x0E1A19) is known color: Dark Green. HEX triplet: 0E, 1A and 19. RGB value is (14,26,25). Sum of RGB (Red+Green+Blue) = 14+26+25=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A19 is #F1E5E6. Grayscale: #161616. Windows color (decimal): -15853031 or 1645070. OLE color: 1645070.

HSL color Cylindrical-coordinate representation of color #0E1A19: hue angle of 175º 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 #0E1A19 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 26 25 -
CMYK 0.46 0 0.04 0.90
HSL 175º 0.3% 0.08% -
HSV(B) 175º 0.46% 0.1% -
XYZ 0.73 0.9 1.06 -
YUV 22.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 14 26 25 0.46 0 0.04 0.90 175 0.3 0.08
Hex E 1A 19 2E 0 4 5A AF 1E 8
Octal 16 32 31 56 0 4 132 257 36 10
Binary 1110 11010 11001 101110 0 100 1011010 10101111 11110 1000

Color Harmonies of #0E1A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1A19

Black with #0E1A19

Text Example


Text Example

White with #0E1A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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