Html Css Color HEX #031F16 Dark Green

📋 copy color: '#031F16'

red 3 ◦ green 31 ◦ blue 22

#031F16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #031F16

Tints of Dark Green #031F16

RGB

 RED value IS 3 (1.56% from 255) = 5.36%

 GREEN value IS 31 (12.5% from 255) = 55.36%

 BLUE value IS 22 (8.98% from 255) = 39.29%

R = 5.36%
G = 55.36%
B = 39.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.88

RGB Variations

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

Color information

#031F16 (or 0x031F16) is known color: Dark Green. HEX triplet: 03, 1F and 16. RGB value is (3,31,22). Sum of RGB (Red+Green+Blue) = 3+31+22=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #031F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F16 is #FCE0E9. Grayscale: #151515. Windows color (decimal): -16572650 or 1449731. OLE color: 1449731.

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

Color convert

RGB 3 31 22 -
CMYK 0.90 0 0.29 0.88
HSL 160.71º 0.82% 0.07% -
HSV(B) 160.71º 0.9% 0.12% -
XYZ 0.67 1.06 0.93 -
YUV 21.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 3 31 22 0.90 0 0.29 0.88 160.71 0.82 0.07
Hex 3 1F 16 5A 0 1D 58 A1 52 7
Octal 3 37 26 132 0 35 130 241 122 7
Binary 11 11111 10110 1011010 0 11101 1011000 10100001 1010010 111

Color Harmonies of #031F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F16

Black with #031F16

Text Example


Text Example

White with #031F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #031F16;
 }
 .AnyTagClassName
 {
   color: #031F16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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