Html Css Color HEX #0E261F Dark Green

📋 copy color: '#0E261F'

red 14 ◦ green 38 ◦ blue 31

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

Shades of Dark Green #0E261F

Tints of Dark Green #0E261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 45.78%

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

R = 16.87%
G = 45.78%
B = 37.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#0E261F (or 0x0E261F) is known color: Dark Green. HEX triplet: 0E, 26 and 1F. RGB value is (14,38,31). Sum of RGB (Red+Green+Blue) = 14+38+31=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #0E261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E261F is #F1D9E0. Grayscale: #1E1E1E. Windows color (decimal): -15849953 or 2041358. OLE color: 2041358.

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

Color convert

RGB 14 38 31 -
CMYK 0.63 0 0.18 0.85
HSL 162.5º 0.46% 0.1% -
HSV(B) 162.5º 0.63% 0.15% -
XYZ 1.12 1.58 1.54 -
YUV 30.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 14 38 31 0.63 0 0.18 0.85 162.5 0.46 0.1
Hex E 26 1F 3F 0 12 55 A2 2E A
Octal 16 46 37 77 0 22 125 242 56 12
Binary 1110 100110 11111 111111 0 10010 1010101 10100010 101110 1010

Color Harmonies of #0E261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E261F

Black with #0E261F

Text Example


Text Example

White with #0E261F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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