Html Css Color HEX #0E3629 Dark Green

📋 copy color: '#0E3629'

red 14 ◦ green 54 ◦ blue 41

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

Shades of Dark Green #0E3629

Tints of Dark Green #0E3629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 49.54%

 BLUE value IS 41 (16.41% from 255) = 37.61%

R = 12.84%
G = 49.54%
B = 37.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#0E3629 (or 0x0E3629) is known color: Dark Green. HEX triplet: 0E, 36 and 29. RGB value is (14,54,41). Sum of RGB (Red+Green+Blue) = 14+54+41=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #0E3629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3629 is #F1C9D6. Grayscale: #282828. Windows color (decimal): -15845847 or 2700814. OLE color: 2700814.

HSL color Cylindrical-coordinate representation of color #0E3629: hue angle of 160.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3629 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 54 41 -
CMYK 0.74 0 0.24 0.79
HSL 160.5º 0.59% 0.13% -
HSV(B) 160.5º 0.74% 0.21% -
XYZ 1.9 2.89 2.56 -
YUV 40.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 14 54 41 0.74 0 0.24 0.79 160.5 0.59 0.13
Hex E 36 29 4A 0 18 4F A0 3B D
Octal 16 66 51 112 0 30 117 240 73 15
Binary 1110 110110 101001 1001010 0 11000 1001111 10100000 111011 1101

Color Harmonies of #0E3629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3629

Black with #0E3629

Text Example


Text Example

White with #0E3629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,54,41); }

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

background-color css

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

 a { background-color: rgb(14,54,41); }

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

border-color css

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

 span { border-color: rgb(14,54,41); }

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