Html Css Color HEX #0E2F21 Dark Green

📋 copy color: '#0E2F21'

red 14 ◦ green 47 ◦ blue 33

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

Shades of Dark Green #0E2F21

Tints of Dark Green #0E2F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 50%

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

R = 14.89%
G = 50%
B = 35.11%

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

#0E2F21 (or 0x0E2F21) is known color: Dark Green. HEX triplet: 0E, 2F and 21. RGB value is (14,47,33). Sum of RGB (Red+Green+Blue) = 14+47+33=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #0E2F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2F21 is #F1D0DE. Grayscale: #232323. Windows color (decimal): -15847647 or 2174734. OLE color: 2174734.

HSL color Cylindrical-coordinate representation of color #0E2F21: hue angle of 154.55º degrees, saturation: 0.54, 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 #0E2F21 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB 14 47 33 -
CMYK 0.70 0 0.30 0.82
HSL 154.55º 0.54% 0.12% -
HSV(B) 154.55º 0.7% 0.18% -
XYZ 1.47 2.24 1.79 -
YUV 35.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 14 47 33 0.70 0 0.30 0.82 154.55 0.54 0.12
Hex E 2F 21 46 0 1E 52 9B 36 C
Octal 16 57 41 106 0 36 122 233 66 14
Binary 1110 101111 100001 1000110 0 11110 1010010 10011011 110110 1100

Color Harmonies of #0E2F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2F21

Black with #0E2F21

Text Example


Text Example

White with #0E2F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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