Html Css Color HEX #031F20 Dark Green

📋 copy color: '#031F20'

red 3 ◦ green 31 ◦ blue 32

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

Shades of Dark Green #031F20

Tints of Dark Green #031F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 48.48%

R = 4.55%
G = 46.97%
B = 48.48%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#031F20 (or 0x031F20) is known color: Dark Green. HEX triplet: 03, 1F and 20. RGB value is (3,31,32). Sum of RGB (Red+Green+Blue) = 3+31+32=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 32 - color contains mainly: blue. Hex color #031F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F20 is #FCE0DF. Grayscale: #161616. Windows color (decimal): -16572640 or 2105091. OLE color: 2105091.

HSL color Cylindrical-coordinate representation of color #031F20: hue angle of 182.07º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031F20 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 3 31 32 -
CMYK 0.91 0.03 0 0.87
HSL 182.07º 0.83% 0.07% -
HSV(B) 182.07º 0.91% 0.13% -
XYZ 0.79 1.1 1.54 -
YUV 22.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 3 31 32 0.91 0.03 0 0.87 182.07 0.83 0.07
Hex 3 1F 20 5B 3 0 57 B6 53 7
Octal 3 37 40 133 3 0 127 266 123 7
Binary 11 11111 100000 1011011 11 0 1010111 10110110 1010011 111

Color Harmonies of #031F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F20

Black with #031F20

Text Example


Text Example

White with #031F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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