Html Css Color HEX #0E2521 Dark Green

📋 copy color: '#0E2521'

red 14 ◦ green 37 ◦ blue 33

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

Shades of Dark Green #0E2521

Tints of Dark Green #0E2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 44.05%

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

R = 16.67%
G = 44.05%
B = 39.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#0E2521 (or 0x0E2521) is known color: Dark Green. HEX triplet: 0E, 25 and 21. RGB value is (14,37,33). Sum of RGB (Red+Green+Blue) = 14+37+33=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2521 is #F1DADE. Grayscale: #1D1D1D. Windows color (decimal): -15850207 or 2172174. OLE color: 2172174.

HSL color Cylindrical-coordinate representation of color #0E2521: hue angle of 169.57º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E2521 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 37 33 -
CMYK 0.62 0 0.11 0.85
HSL 169.57º 0.45% 0.1% -
HSV(B) 169.57º 0.62% 0.15% -
XYZ 1.12 1.53 1.67 -
YUV 29.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 14 37 33 0.62 0 0.11 0.85 169.57 0.45 0.1
Hex E 25 21 3E 0 B 55 AA 2D A
Octal 16 45 41 76 0 13 125 252 55 12
Binary 1110 100101 100001 111110 0 1011 1010101 10101010 101101 1010

Color Harmonies of #0E2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2521

Black with #0E2521

Text Example


Text Example

White with #0E2521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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