#031F1B

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

Shades of Dark Green #031F1B

Tints of Dark Green #031F1B

Color information

#031F1B (or 0x031F1B) is unknown color: approx Dark Green. HEX triplet: 03, 1F and 1B. RGB value is (3,31,27). Sum of RGB (Red+Green+Blue) = 3+31+27=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #031F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F1B is #FCE0E4. Grayscale: #161616. Windows color (decimal): -16572645 or 1777411. OLE color: 1777411.

HSL color Cylindrical-coordinate representation of color #031F1B: hue angle of 171.43º 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 #031F1B is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB33127-
CMYK0.9000.130.88
HSL171.43º82.35%6.67%-
HSV(B)171.43º90.32%12.16%-
XYZ0.731.081.21-
YUV22.17130.72114.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 31 (12.5% from 255) = 50.82%
BLUE value IS 27 (10.94% from 255) = 44.26%
R=4.92%
G=50.82%
B=44.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal331270.9000.130.88171.4382.356.67
Hex31F1B5A0D58ab527
Octal337331320151302531227
Binary1111111110111011010011011011000101010111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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