Html Css Color HEX #031F14 Dark Green

📋 copy color: '#031F14'

red 3 ◦ green 31 ◦ blue 20

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

Shades of Dark Green #031F14

Tints of Dark Green #031F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 37.04%

R = 5.56%
G = 57.41%
B = 37.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#031F14 (or 0x031F14) is known color: Dark Green. HEX triplet: 03, 1F and 14. RGB value is (3,31,20). Sum of RGB (Red+Green+Blue) = 3+31+20=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #031F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F14 is #FCE0EB. Grayscale: #151515. Windows color (decimal): -16572652 or 1318659. OLE color: 1318659.

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

Color convert

RGB 3 31 20 -
CMYK 0.90 0 0.35 0.88
HSL 156.43º 0.82% 0.07% -
HSV(B) 156.43º 0.9% 0.12% -
XYZ 0.65 1.05 0.83 -
YUV 21.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 3 31 20 0.90 0 0.35 0.88 156.43 0.82 0.07
Hex 3 1F 14 5A 0 23 58 9C 52 7
Octal 3 37 24 132 0 43 130 234 122 7
Binary 11 11111 10100 1011010 0 100011 1011000 10011100 1010010 111

Color Harmonies of #031F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F14

Black with #031F14

Text Example


Text Example

White with #031F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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