Html Css Color HEX #0E2E20 Dark Green

📋 copy color: '#0E2E20'

red 14 ◦ green 46 ◦ blue 32

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

Shades of Dark Green #0E2E20

Tints of Dark Green #0E2E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 50%

 BLUE value IS 32 (12.89% from 255) = 34.78%

R = 15.22%
G = 50%
B = 34.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#0E2E20 (or 0x0E2E20) is known color: Dark Green. HEX triplet: 0E, 2E and 20. RGB value is (14,46,32). Sum of RGB (Red+Green+Blue) = 14+46+32=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #0E2E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2E20 is #F1D1DF. Grayscale: #222222. Windows color (decimal): -15847904 or 2108942. OLE color: 2108942.

HSL color Cylindrical-coordinate representation of color #0E2E20: hue angle of 153.75º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E2E20 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB 14 46 32 -
CMYK 0.70 0 0.30 0.82
HSL 153.75º 0.53% 0.12% -
HSV(B) 153.75º 0.7% 0.18% -
XYZ 1.42 2.15 1.71 -
YUV 34.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 14 46 32 0.70 0 0.30 0.82 153.75 0.53 0.12
Hex E 2E 20 46 0 1E 52 9A 35 C
Octal 16 56 40 106 0 36 122 232 65 14
Binary 1110 101110 100000 1000110 0 11110 1010010 10011010 110101 1100

Color Harmonies of #0E2E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2E20

Black with #0E2E20

Text Example


Text Example

White with #0E2E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,46,32); }

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

background-color css

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

 a { background-color: rgb(14,46,32); }

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

border-color css

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

 span { border-color: rgb(14,46,32); }

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