Html Css Color HEX #0E352C Dark Green

📋 copy color: '#0E352C'

red 14 ◦ green 53 ◦ blue 44

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

Shades of Dark Green #0E352C

Tints of Dark Green #0E352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 47.75%

 BLUE value IS 44 (17.58% from 255) = 39.64%

R = 12.61%
G = 47.75%
B = 39.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#0E352C (or 0x0E352C) is known color: Dark Green. HEX triplet: 0E, 35 and 2C. RGB value is (14,53,44). Sum of RGB (Red+Green+Blue) = 14+53+44=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #0E352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E352C is #F1CAD3. Grayscale: #282828. Windows color (decimal): -15846100 or 2897166. OLE color: 2897166.

HSL color Cylindrical-coordinate representation of color #0E352C: hue angle of 166.15º degrees, saturation: 0.58, 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 #0E352C is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 53 44 -
CMYK 0.74 0 0.17 0.79
HSL 166.15º 0.58% 0.13% -
HSV(B) 166.15º 0.74% 0.21% -
XYZ 1.91 2.82 2.83 -
YUV 40.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 14 53 44 0.74 0 0.17 0.79 166.15 0.58 0.13
Hex E 35 2C 4A 0 11 4F A6 3A D
Octal 16 65 54 112 0 21 117 246 72 15
Binary 1110 110101 101100 1001010 0 10001 1001111 10100110 111010 1101

Color Harmonies of #0E352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E352C

Black with #0E352C

Text Example


Text Example

White with #0E352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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