Html Css Color HEX #031007 Dark Green

📋 copy color: '#031007'

red 3 ◦ green 16 ◦ blue 7

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

Shades of Dark Green #031007

Tints of Dark Green #031007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 61.54%

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

R = 11.54%
G = 61.54%
B = 26.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.94

RGB Variations

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

Color information

#031007 (or 0x031007) is known color: Dark Green. HEX triplet: 03, 10 and 07. RGB value is (3,16,7). Sum of RGB (Red+Green+Blue) = 3+16+7=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 16 (6.64% from 255 or 61.54% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 16 - color contains mainly: green. Hex color #031007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031007 is #FCEFF8. Grayscale: #0B0B0B. Windows color (decimal): -16576505 or 462851. OLE color: 462851.

HSL color Cylindrical-coordinate representation of color #031007: hue angle of 138.46º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #031007 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 16 7 -
CMYK 0.81 0 0.56 0.94
HSL 138.46º 0.68% 0.04% -
HSV(B) 138.46º 0.81% 0.06% -
XYZ 0.26 0.41 0.27 -
YUV 11.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 3 16 7 0.81 0 0.56 0.94 138.46 0.68 0.04
Hex 3 10 7 51 0 38 5E 8A 44 4
Octal 3 20 7 121 0 70 136 212 104 4
Binary 11 10000 111 1010001 0 111000 1011110 10001010 1000100 100

Color Harmonies of #031007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031007

Black with #031007

Text Example


Text Example

White with #031007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031007; }

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

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

background-color css

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

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

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

border-color css

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

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

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