Html Css Color HEX #031407 Dark Green

📋 copy color: '#031407'

red 3 ◦ green 20 ◦ blue 7

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

Shades of Dark Green #031407

Tints of Dark Green #031407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 23.33%

R = 10%
G = 66.67%
B = 23.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.92

RGB Variations

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

Color information

#031407 (or 0x031407) is known color: Dark Green. HEX triplet: 03, 14 and 07. RGB value is (3,20,7). Sum of RGB (Red+Green+Blue) = 3+20+7=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 20 (8.20% from 255 or 66.67% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 20 - color contains mainly: green. Hex color #031407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031407 is #FCEBF8. Grayscale: #0D0D0D. Windows color (decimal): -16575481 or 463875. OLE color: 463875.

HSL color Cylindrical-coordinate representation of color #031407: hue angle of 134.12º 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 #031407 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 20 7 -
CMYK 0.85 0 0.65 0.92
HSL 134.12º 0.74% 0.05% -
HSV(B) 134.12º 0.85% 0.08% -
XYZ 0.33 0.54 0.29 -
YUV 13.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 3 20 7 0.85 0 0.65 0.92 134.12 0.74 0.05
Hex 3 14 7 55 0 41 5C 86 4A 5
Octal 3 24 7 125 0 101 134 206 112 5
Binary 11 10100 111 1010101 0 1000001 1011100 10000110 1001010 101

Color Harmonies of #031407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031407

Black with #031407

Text Example


Text Example

White with #031407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031407; }

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

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

background-color css

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

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

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

border-color css

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

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

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