Html Css Color HEX #031310 Dark Green

📋 copy color: '#031310'

red 3 ◦ green 19 ◦ blue 16

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

Shades of Dark Green #031310

Tints of Dark Green #031310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 42.11%

R = 7.89%
G = 50%
B = 42.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#031310 (or 0x031310) is known color: Dark Green. HEX triplet: 03, 13 and 10. RGB value is (3,19,16). Sum of RGB (Red+Green+Blue) = 3+19+16=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #031310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031310 is #FCECEF. Grayscale: #0D0D0D. Windows color (decimal): -16575728 or 1053443. OLE color: 1053443.

HSL color Cylindrical-coordinate representation of color #031310: hue angle of 168.75º 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 #031310 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 19 16 -
CMYK 0.84 0 0.16 0.93
HSL 168.75º 0.73% 0.04% -
HSV(B) 168.75º 0.84% 0.07% -
XYZ 0.36 0.52 0.57 -
YUV 13.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 3 19 16 0.84 0 0.16 0.93 168.75 0.73 0.04
Hex 3 13 10 54 0 10 5D A9 49 4
Octal 3 23 20 124 0 20 135 251 111 4
Binary 11 10011 10000 1010100 0 10000 1011101 10101001 1001001 100

Color Harmonies of #031310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031310

Black with #031310

Text Example


Text Example

White with #031310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031310; }

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

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

background-color css

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

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

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

border-color css

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

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

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