Html Css Color HEX #031311 Dark Green

📋 copy color: '#031311'

red 3 ◦ green 19 ◦ blue 17

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

Shades of Dark Green #031311

Tints of Dark Green #031311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 48.72%

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

R = 7.69%
G = 48.72%
B = 43.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#031311 (or 0x031311) is known color: Dark Green. HEX triplet: 03, 13 and 11. RGB value is (3,19,17). Sum of RGB (Red+Green+Blue) = 3+19+17=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #031311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031311 is #FCECEE. Grayscale: #0D0D0D. Windows color (decimal): -16575727 or 1118979. OLE color: 1118979.

HSL color Cylindrical-coordinate representation of color #031311: hue angle of 172.5º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #031311 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 19 17 -
CMYK 0.84 0 0.11 0.93
HSL 172.5º 0.73% 0.04% -
HSV(B) 172.5º 0.84% 0.07% -
XYZ 0.37 0.53 0.61 -
YUV 13.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 3 19 17 0.84 0 0.11 0.93 172.5 0.73 0.04
Hex 3 13 11 54 0 B 5D AC 49 4
Octal 3 23 21 124 0 13 135 254 111 4
Binary 11 10011 10001 1010100 0 1011 1011101 10101100 1001001 100

Color Harmonies of #031311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031311

Black with #031311

Text Example


Text Example

White with #031311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031311; }

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

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

background-color css

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

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

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

border-color css

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

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

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