Html Css Color HEX #0E1E19 Dark Green

📋 copy color: '#0E1E19'

red 14 ◦ green 30 ◦ blue 25

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

Shades of Dark Green #0E1E19

Tints of Dark Green #0E1E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 43.48%

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

R = 20.29%
G = 43.48%
B = 36.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.88

RGB Variations

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

Color information

#0E1E19 (or 0x0E1E19) is known color: Dark Green. HEX triplet: 0E, 1E and 19. RGB value is (14,30,25). Sum of RGB (Red+Green+Blue) = 14+30+25=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E19 is #F1E1E6. Grayscale: #181818. Windows color (decimal): -15852007 or 1646094. OLE color: 1646094.

HSL color Cylindrical-coordinate representation of color #0E1E19: hue angle of 161.25º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E1E19 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 30 25 -
CMYK 0.53 0 0.17 0.88
HSL 161.25º 0.36% 0.09% -
HSV(B) 161.25º 0.53% 0.12% -
XYZ 0.82 1.09 1.09 -
YUV 24.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 14 30 25 0.53 0 0.17 0.88 161.25 0.36 0.09
Hex E 1E 19 35 0 11 58 A1 24 9
Octal 16 36 31 65 0 21 130 241 44 11
Binary 1110 11110 11001 110101 0 10001 1011000 10100001 100100 1001

Color Harmonies of #0E1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1E19

Black with #0E1E19

Text Example


Text Example

White with #0E1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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