Html Css Color HEX #0E211C Dark Green

📋 copy color: '#0E211C'

red 14 ◦ green 33 ◦ blue 28

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

Shades of Dark Green #0E211C

Tints of Dark Green #0E211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 37.33%

R = 18.67%
G = 44%
B = 37.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#0E211C (or 0x0E211C) is known color: Dark Green. HEX triplet: 0E, 21 and 1C. RGB value is (14,33,28). Sum of RGB (Red+Green+Blue) = 14+33+28=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #0E211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E211C is #F1DEE3. Grayscale: #1A1A1A. Windows color (decimal): -15851236 or 1843470. OLE color: 1843470.

HSL color Cylindrical-coordinate representation of color #0E211C: hue angle of 164.21º 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 #0E211C is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 14 33 28 -
CMYK 0.58 0 0.15 0.87
HSL 164.21º 0.4% 0.09% -
HSV(B) 164.21º 0.58% 0.13% -
XYZ 0.93 1.26 1.29 -
YUV 26.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 14 33 28 0.58 0 0.15 0.87 164.21 0.4 0.09
Hex E 21 1C 3A 0 F 57 A4 28 9
Octal 16 41 34 72 0 17 127 244 50 11
Binary 1110 100001 11100 111010 0 1111 1010111 10100100 101000 1001

Color Harmonies of #0E211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E211C

Black with #0E211C

Text Example


Text Example

White with #0E211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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