#031B0E

Color #031B0E Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #031B0E

Tints of Dark Green #031B0E

Color information

#031B0E (or 0x031B0E) is unknown color: approx Dark Green. HEX triplet: 03, 1B and 0E. RGB value is (3,27,14). Sum of RGB (Red+Green+Blue) = 3+27+14=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 27 (10.94% from 255 or 61.36% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 27 - color contains mainly: green. Hex color #031B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B0E is #FCE4F1. Grayscale: #121212. Windows color (decimal): -16573682 or 924419. OLE color: 924419.

HSL color Cylindrical-coordinate representation of color #031B0E: hue angle of 147.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031B0E is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB32714-
CMYK0.8900.480.89
HSL147.5º80%5.88%-
HSV(B)147.5º88.89%10.59%-
XYZ0.510.830.55-
YUV18.34125.55117.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.82%
GREEN value IS 27 (10.94% from 255) = 61.36%
BLUE value IS 14 (5.86% from 255) = 31.82%
R=6.82%
G=61.36%
B=31.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal327140.8900.480.89147.5805.88
Hex31BE590305994506
Octal333161310601312241206
Binary11110111110101100101100001011001100101001010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031B0E; }

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

 H1.HeaderClassName
 {
   color: #031B0E;
 }
 .AnyTagClassName
 {
   color: #031B0E;
 }
</style>
background-color css

<style>
 a { background-color: #031B0E; }

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

 div.DivClassName
 {
   background-color: #031B0E;
 }
 .BgClassName
 {
   background-color: #031B0E;
 }
</style>
border-color css

<style>
 span { border-color: #031B0E; }

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

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