Html Css Color HEX #0E1F19 Dark Green

📋 copy color: '#0E1F19'

red 14 ◦ green 31 ◦ blue 25

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

Shades of Dark Green #0E1F19

Tints of Dark Green #0E1F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 44.29%

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

R = 20%
G = 44.29%
B = 35.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.88

RGB Variations

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

Color information

#0E1F19 (or 0x0E1F19) is known color: Dark Green. HEX triplet: 0E, 1F and 19. RGB value is (14,31,25). Sum of RGB (Red+Green+Blue) = 14+31+25=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F19 is #F1E0E6. Grayscale: #191919. Windows color (decimal): -15851751 or 1646350. OLE color: 1646350.

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

Color convert

RGB 14 31 25 -
CMYK 0.55 0 0.19 0.88
HSL 158.82º 0.38% 0.09% -
HSV(B) 158.82º 0.55% 0.12% -
XYZ 0.85 1.14 1.1 -
YUV 25.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 14 31 25 0.55 0 0.19 0.88 158.82 0.38 0.09
Hex E 1F 19 37 0 13 58 9F 26 9
Octal 16 37 31 67 0 23 130 237 46 11
Binary 1110 11111 11001 110111 0 10011 1011000 10011111 100110 1001

Color Harmonies of #0E1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F19

Black with #0E1F19

Text Example


Text Example

White with #0E1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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