Html Css Color HEX #0E2D1F Dark Green

📋 copy color: '#0E2D1F'

red 14 ◦ green 45 ◦ blue 31

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

Shades of Dark Green #0E2D1F

Tints of Dark Green #0E2D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 50%

 BLUE value IS 31 (12.5% from 255) = 34.44%

R = 15.56%
G = 50%
B = 34.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.82

RGB Variations

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

Color information

#0E2D1F (or 0x0E2D1F) is known color: Dark Green. HEX triplet: 0E, 2D and 1F. RGB value is (14,45,31). Sum of RGB (Red+Green+Blue) = 14+45+31=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 45 (17.97% from 255 or 50% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 45 - color contains mainly: green. Hex color #0E2D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2D1F is #F1D2E0. Grayscale: #222222. Windows color (decimal): -15848161 or 2043150. OLE color: 2043150.

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

Color convert

RGB 14 45 31 -
CMYK 0.69 0 0.31 0.82
HSL 152.9º 0.53% 0.12% -
HSV(B) 152.9º 0.69% 0.18% -
XYZ 1.37 2.07 1.62 -
YUV 34.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 14 45 31 0.69 0 0.31 0.82 152.9 0.53 0.12
Hex E 2D 1F 45 0 1F 52 99 35 C
Octal 16 55 37 105 0 37 122 231 65 14
Binary 1110 101101 11111 1000101 0 11111 1010010 10011001 110101 1100

Color Harmonies of #0E2D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2D1F

Black with #0E2D1F

Text Example


Text Example

White with #0E2D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,45,31); }

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

background-color css

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

 a { background-color: rgb(14,45,31); }

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

border-color css

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

 span { border-color: rgb(14,45,31); }

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