Html Css Color HEX #031F11 Dark Green

📋 copy color: '#031F11'

red 3 ◦ green 31 ◦ blue 17

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

Shades of Dark Green #031F11

Tints of Dark Green #031F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 33.33%

R = 5.88%
G = 60.78%
B = 33.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.88

RGB Variations

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

Color information

#031F11 (or 0x031F11) is known color: Dark Green. HEX triplet: 03, 1F and 11. RGB value is (3,31,17). Sum of RGB (Red+Green+Blue) = 3+31+17=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 31 (12.5% from 255 or 60.78% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 31 - color contains mainly: green. Hex color #031F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F11 is #FCE0EE. Grayscale: #151515. Windows color (decimal): -16572655 or 1122051. OLE color: 1122051.

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

Color convert

RGB 3 31 17 -
CMYK 0.90 0 0.45 0.88
HSL 150º 0.82% 0.07% -
HSV(B) 150º 0.9% 0.12% -
XYZ 0.63 1.04 0.7 -
YUV 21.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 3 31 17 0.90 0 0.45 0.88 150 0.82 0.07
Hex 3 1F 11 5A 0 2D 58 96 52 7
Octal 3 37 21 132 0 55 130 226 122 7
Binary 11 11111 10001 1011010 0 101101 1011000 10010110 1010010 111

Color Harmonies of #031F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F11

Black with #031F11

Text Example


Text Example

White with #031F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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