#031B0C

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

Shades of Dark Green #031B0C

Tints of Dark Green #031B0C

Color information

#031B0C (or 0x031B0C) is unknown color: approx Dark Green. HEX triplet: 03, 1B and 0C. RGB value is (3,27,12). Sum of RGB (Red+Green+Blue) = 3+27+12=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 27 (10.94% from 255 or 64.29% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 27 - color contains mainly: green. Hex color #031B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B0C is #FCE4F3. Grayscale: #121212. Windows color (decimal): -16573684 or 793347. OLE color: 793347.

HSL color Cylindrical-coordinate representation of color #031B0C: hue angle of 142.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 #031B0C is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.89.

Color convert

RGB32712-
CMYK0.8900.560.89
HSL142.5º80%5.88%-
HSV(B)142.5º88.89%10.59%-
XYZ0.50.830.48-
YUV18.11124.55117.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.14%
GREEN value IS 27 (10.94% from 255) = 64.29%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=7.14%
G=64.29%
B=28.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal327120.8900.560.89142.5805.88
Hex31BC59038598e506
Octal333141310701312161206
Binary11110111100101100101110001011001100011101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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