Html Css Color HEX #0E2C21 Dark Green

📋 copy color: '#0E2C21'

red 14 ◦ green 44 ◦ blue 33

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

Shades of Dark Green #0E2C21

Tints of Dark Green #0E2C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 48.35%

 BLUE value IS 33 (13.28% from 255) = 36.26%

R = 15.38%
G = 48.35%
B = 36.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.83

RGB Variations

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

Color information

#0E2C21 (or 0x0E2C21) is known color: Dark Green. HEX triplet: 0E, 2C and 21. RGB value is (14,44,33). Sum of RGB (Red+Green+Blue) = 14+44+33=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 44 (17.58% from 255 or 48.35% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 44 - color contains mainly: green. Hex color #0E2C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2C21 is #F1D3DE. Grayscale: #212121. Windows color (decimal): -15848415 or 2173966. OLE color: 2173966.

HSL color Cylindrical-coordinate representation of color #0E2C21: hue angle of 158º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E2C21 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB 14 44 33 -
CMYK 0.68 0 0.25 0.83
HSL 158º 0.52% 0.11% -
HSV(B) 158º 0.68% 0.17% -
XYZ 1.36 2 1.75 -
YUV 33.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 14 44 33 0.68 0 0.25 0.83 158 0.52 0.11
Hex E 2C 21 44 0 19 53 9E 34 B
Octal 16 54 41 104 0 31 123 236 64 13
Binary 1110 101100 100001 1000100 0 11001 1010011 10011110 110100 1011

Color Harmonies of #0E2C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2C21

Black with #0E2C21

Text Example


Text Example

White with #0E2C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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