Html Css Color HEX #031F19 Dark Green

📋 copy color: '#031F19'

red 3 ◦ green 31 ◦ blue 25

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

Shades of Dark Green #031F19

Tints of Dark Green #031F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 42.37%

R = 5.08%
G = 52.54%
B = 42.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.88

RGB Variations

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

Color information

#031F19 (or 0x031F19) is known color: Dark Green. HEX triplet: 03, 1F and 19. RGB value is (3,31,25). Sum of RGB (Red+Green+Blue) = 3+31+25=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #031F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F19 is #FCE0E6. Grayscale: #151515. Windows color (decimal): -16572647 or 1646339. OLE color: 1646339.

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

Color convert

RGB 3 31 25 -
CMYK 0.90 0 0.19 0.88
HSL 167.14º 0.82% 0.07% -
HSV(B) 167.14º 0.9% 0.12% -
XYZ 0.7 1.07 1.09 -
YUV 21.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 3 31 25 0.90 0 0.19 0.88 167.14 0.82 0.07
Hex 3 1F 19 5A 0 13 58 A7 52 7
Octal 3 37 31 132 0 23 130 247 122 7
Binary 11 11111 11001 1011010 0 10011 1011000 10100111 1010010 111

Color Harmonies of #031F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F19

Black with #031F19

Text Example


Text Example

White with #031F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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