Html Css Color HEX #0E1E1B Dark Green

📋 copy color: '#0E1E1B'

red 14 ◦ green 30 ◦ blue 27

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

Shades of Dark Green #0E1E1B

Tints of Dark Green #0E1E1B

RGB

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

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

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

R = 19.72%
G = 42.25%
B = 38.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#0E1E1B (or 0x0E1E1B) is known color: Dark Green. HEX triplet: 0E, 1E and 1B. RGB value is (14,30,27). Sum of RGB (Red+Green+Blue) = 14+30+27=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1E1B is #F1E1E4. Grayscale: #181818. Windows color (decimal): -15852005 or 1777166. OLE color: 1777166.

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

Color convert

RGB 14 30 27 -
CMYK 0.53 0 0.10 0.88
HSL 168.75º 0.36% 0.09% -
HSV(B) 168.75º 0.53% 0.12% -
XYZ 0.84 1.1 1.2 -
YUV 24.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 14 30 27 0.53 0 0.10 0.88 168.75 0.36 0.09
Hex E 1E 1B 35 0 A 58 A9 24 9
Octal 16 36 33 65 0 12 130 251 44 11
Binary 1110 11110 11011 110101 0 1010 1011000 10101001 100100 1001

Color Harmonies of #0E1E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1E1B

Black with #0E1E1B

Text Example


Text Example

White with #0E1E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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