Html Css Color HEX #031409 Dark Green

📋 copy color: '#031409'

red 3 ◦ green 20 ◦ blue 9

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

Shades of Dark Green #031409

Tints of Dark Green #031409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 62.5%

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

R = 9.38%
G = 62.5%
B = 28.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#031409 (or 0x031409) is known color: Dark Green. HEX triplet: 03, 14 and 09. RGB value is (3,20,9). Sum of RGB (Red+Green+Blue) = 3+20+9=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #031409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031409 is #FCEBF6. Grayscale: #0D0D0D. Windows color (decimal): -16575479 or 594947. OLE color: 594947.

HSL color Cylindrical-coordinate representation of color #031409: hue angle of 141.18º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031409 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 20 9 -
CMYK 0.85 0 0.55 0.92
HSL 141.18º 0.74% 0.05% -
HSV(B) 141.18º 0.85% 0.08% -
XYZ 0.34 0.54 0.34 -
YUV 13.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 3 20 9 0.85 0 0.55 0.92 141.18 0.74 0.05
Hex 3 14 9 55 0 37 5C 8D 4A 5
Octal 3 24 11 125 0 67 134 215 112 5
Binary 11 10100 1001 1010101 0 110111 1011100 10001101 1001010 101

Color Harmonies of #031409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031409

Black with #031409

Text Example


Text Example

White with #031409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031409; }

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

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

background-color css

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

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

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

border-color css

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

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

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