Html Css Color HEX #0E271B Dark Green

📋 copy color: '#0E271B'

red 14 ◦ green 39 ◦ blue 27

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

Shades of Dark Green #0E271B

Tints of Dark Green #0E271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 33.75%

R = 17.5%
G = 48.75%
B = 33.75%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#0E271B (or 0x0E271B) is known color: Dark Green. HEX triplet: 0E, 27 and 1B. RGB value is (14,39,27). Sum of RGB (Red+Green+Blue) = 14+39+27=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #0E271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E271B is #F1D8E4. Grayscale: #1E1E1E. Windows color (decimal): -15849701 or 1779470. OLE color: 1779470.

HSL color Cylindrical-coordinate representation of color #0E271B: hue angle of 151.2º 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 #0E271B is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB 14 39 27 -
CMYK 0.64 0 0.31 0.85
HSL 151.2º 0.47% 0.1% -
HSV(B) 151.2º 0.64% 0.15% -
XYZ 1.1 1.62 1.29 -
YUV 30.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 14 39 27 0.64 0 0.31 0.85 151.2 0.47 0.1
Hex E 27 1B 40 0 1F 55 97 2F A
Octal 16 47 33 100 0 37 125 227 57 12
Binary 1110 100111 11011 1000000 0 11111 1010101 10010111 101111 1010

Color Harmonies of #0E271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E271B

Black with #0E271B

Text Example


Text Example

White with #0E271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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