Html Css Color HEX #0E271A Dark Green

📋 copy color: '#0E271A'

red 14 ◦ green 39 ◦ blue 26

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

Shades of Dark Green #0E271A

Tints of Dark Green #0E271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 49.37%

 BLUE value IS 26 (10.55% from 255) = 32.91%

R = 17.72%
G = 49.37%
B = 32.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#0E271A (or 0x0E271A) is known color: Dark Green. HEX triplet: 0E, 27 and 1A. RGB value is (14,39,26). Sum of RGB (Red+Green+Blue) = 14+39+26=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 39 (15.62% from 255 or 49.37% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 39 - color contains mainly: green. Hex color #0E271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E271A is #F1D8E5. Grayscale: #1E1E1E. Windows color (decimal): -15849702 or 1713934. OLE color: 1713934.

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

Color convert

RGB 14 39 26 -
CMYK 0.64 0 0.33 0.85
HSL 148.8º 0.47% 0.1% -
HSV(B) 148.8º 0.64% 0.15% -
XYZ 1.09 1.62 1.23 -
YUV 30.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 14 39 26 0.64 0 0.33 0.85 148.8 0.47 0.1
Hex E 27 1A 40 0 21 55 95 2F A
Octal 16 47 32 100 0 41 125 225 57 12
Binary 1110 100111 11010 1000000 0 100001 1010101 10010101 101111 1010

Color Harmonies of #0E271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E271A

Black with #0E271A

Text Example


Text Example

White with #0E271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,39,26); }

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

background-color css

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

 a { background-color: rgb(14,39,26); }

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

border-color css

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

 span { border-color: rgb(14,39,26); }

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