#031E1F

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

Shades of Dark Green #031E1F

Tints of Dark Green #031E1F

Color information

#031E1F (or 0x031E1F) is unknown color: approx Dark Green. HEX triplet: 03, 1E and 1F. RGB value is (3,30,31). Sum of RGB (Red+Green+Blue) = 3+30+31=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #031E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E1F is #FCE1E0. Grayscale: #161616. Windows color (decimal): -16572897 or 2039299. OLE color: 2039299.

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

Color convert

RGB33031-
CMYK0.900.0300.88
HSL182.14º82.35%6.67%-
HSV(B)182.14º90.32%12.16%-
XYZ0.751.051.46-
YUV22.04133.05114.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 30 (12.11% from 255) = 46.88%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=4.69%
G=46.88%
B=48.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal330310.900.0300.88182.1482.356.67
Hex31E1F5A3058b6527
Octal33637132301302661227
Binary11111101111110110101101011000101101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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