#031F10

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

Shades of Dark Green #031F10

Tints of Dark Green #031F10

Color information

#031F10 (or 0x031F10) is unknown color: approx Dark Green. HEX triplet: 03, 1F and 10. RGB value is (3,31,16). Sum of RGB (Red+Green+Blue) = 3+31+16=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #031F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F10 is #FCE0EF. Grayscale: #141414. Windows color (decimal): -16572656 or 1056515. OLE color: 1056515.

HSL color Cylindrical-coordinate representation of color #031F10: hue angle of 147.86º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031F10 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB33116-
CMYK0.9000.480.88
HSL147.86º82.35%6.67%-
HSV(B)147.86º90.32%12.16%-
XYZ0.621.040.66-
YUV20.92125.22115.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6%
GREEN value IS 31 (12.5% from 255) = 62%
BLUE value IS 16 (6.64% from 255) = 32%
R=6%
G=62%
B=32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal331160.9000.480.88147.8682.356.67
Hex31F105A0305894527
Octal337201320601302241227
Binary111111110000101101001100001011000100101001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,31,16); }

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

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

 a { background-color: rgb(3,31,16); }

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

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

 span { border-color: rgb(3,31,16); }

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