Html Css Color HEX #0E1F1B Dark Green

📋 copy color: '#0E1F1B'

red 14 ◦ green 31 ◦ blue 27

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

Shades of Dark Green #0E1F1B

Tints of Dark Green #0E1F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 37.5%

R = 19.44%
G = 43.06%
B = 37.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#0E1F1B (or 0x0E1F1B) is known color: Dark Green. HEX triplet: 0E, 1F and 1B. RGB value is (14,31,27). Sum of RGB (Red+Green+Blue) = 14+31+27=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1F1B is #F1E0E4. Grayscale: #191919. Windows color (decimal): -15851749 or 1777422. OLE color: 1777422.

HSL color Cylindrical-coordinate representation of color #0E1F1B: hue angle of 165.88º 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 #0E1F1B is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB 14 31 27 -
CMYK 0.55 0 0.13 0.88
HSL 165.88º 0.38% 0.09% -
HSV(B) 165.88º 0.55% 0.12% -
XYZ 0.87 1.15 1.21 -
YUV 25.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 14 31 27 0.55 0 0.13 0.88 165.88 0.38 0.09
Hex E 1F 1B 37 0 D 58 A6 26 9
Octal 16 37 33 67 0 15 130 246 46 11
Binary 1110 11111 11011 110111 0 1101 1011000 10100110 100110 1001

Color Harmonies of #0E1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1F1B

Black with #0E1F1B

Text Example


Text Example

White with #0E1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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