Html Css Color HEX #031D16 Dark Green

📋 copy color: '#031D16'

red 3 ◦ green 29 ◦ blue 22

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

Shades of Dark Green #031D16

Tints of Dark Green #031D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 53.7%

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

R = 5.56%
G = 53.7%
B = 40.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.89

RGB Variations

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

Color information

#031D16 (or 0x031D16) is known color: Dark Green. HEX triplet: 03, 1D and 16. RGB value is (3,29,22). Sum of RGB (Red+Green+Blue) = 3+29+22=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #031D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031D16 is #FCE2E9. Grayscale: #141414. Windows color (decimal): -16573162 or 1449219. OLE color: 1449219.

HSL color Cylindrical-coordinate representation of color #031D16: hue angle of 163.85º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031D16 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 29 22 -
CMYK 0.90 0 0.24 0.89
HSL 163.85º 0.81% 0.06% -
HSV(B) 163.85º 0.9% 0.11% -
XYZ 0.62 0.96 0.91 -
YUV 20.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 3 29 22 0.90 0 0.24 0.89 163.85 0.81 0.06
Hex 3 1D 16 5A 0 18 59 A4 51 6
Octal 3 35 26 132 0 30 131 244 121 6
Binary 11 11101 10110 1011010 0 11000 1011001 10100100 1010001 110

Color Harmonies of #031D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D16

Black with #031D16

Text Example


Text Example

White with #031D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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