Html Css Color HEX #031309 Dark Green

📋 copy color: '#031309'

red 3 ◦ green 19 ◦ blue 9

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

Shades of Dark Green #031309

Tints of Dark Green #031309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 29.03%

R = 9.68%
G = 61.29%
B = 29.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#031309 (or 0x031309) is known color: Dark Green. HEX triplet: 03, 13 and 09. RGB value is (3,19,9). Sum of RGB (Red+Green+Blue) = 3+19+9=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #031309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031309 is #FCECF6. Grayscale: #0D0D0D. Windows color (decimal): -16575735 or 594691. OLE color: 594691.

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

Color convert

RGB 3 19 9 -
CMYK 0.84 0 0.53 0.93
HSL 142.5º 0.73% 0.04% -
HSV(B) 142.5º 0.84% 0.07% -
XYZ 0.32 0.5 0.34 -
YUV 13.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 3 19 9 0.84 0 0.53 0.93 142.5 0.73 0.04
Hex 3 13 9 54 0 35 5D 8E 49 4
Octal 3 23 11 124 0 65 135 216 111 4
Binary 11 10011 1001 1010100 0 110101 1011101 10001110 1001001 100

Color Harmonies of #031309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031309

Black with #031309

Text Example


Text Example

White with #031309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031309; }

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

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

background-color css

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

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

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

border-color css

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

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

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