Html Css Color HEX #0E211E Dark Green

📋 copy color: '#0E211E'

red 14 ◦ green 33 ◦ blue 30

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

Shades of Dark Green #0E211E

Tints of Dark Green #0E211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 42.86%

 BLUE value IS 30 (12.11% from 255) = 38.96%

R = 18.18%
G = 42.86%
B = 38.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#0E211E (or 0x0E211E) is known color: Dark Green. HEX triplet: 0E, 21 and 1E. RGB value is (14,33,30). Sum of RGB (Red+Green+Blue) = 14+33+30=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #0E211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E211E is #F1DEE1. Grayscale: #1A1A1A. Windows color (decimal): -15851234 or 1974542. OLE color: 1974542.

HSL color Cylindrical-coordinate representation of color #0E211E: hue angle of 170.53º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E211E is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 33 30 -
CMYK 0.58 0 0.09 0.87
HSL 170.53º 0.4% 0.09% -
HSV(B) 170.53º 0.58% 0.13% -
XYZ 0.96 1.27 1.42 -
YUV 26.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 14 33 30 0.58 0 0.09 0.87 170.53 0.4 0.09
Hex E 21 1E 3A 0 9 57 AB 28 9
Octal 16 41 36 72 0 11 127 253 50 11
Binary 1110 100001 11110 111010 0 1001 1010111 10101011 101000 1001

Color Harmonies of #0E211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E211E

Black with #0E211E

Text Example


Text Example

White with #0E211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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