Html Css Color HEX #031207 Dark Green

📋 copy color: '#031207'

red 3 ◦ green 18 ◦ blue 7

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

Shades of Dark Green #031207

Tints of Dark Green #031207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 64.29%

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

R = 10.71%
G = 64.29%
B = 25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#031207 (or 0x031207) is known color: Dark Green. HEX triplet: 03, 12 and 07. RGB value is (3,18,7). Sum of RGB (Red+Green+Blue) = 3+18+7=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 18 (7.42% from 255 or 64.29% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 18 - color contains mainly: green. Hex color #031207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031207 is #FCEDF8. Grayscale: #0C0C0C. Windows color (decimal): -16575993 or 463363. OLE color: 463363.

HSL color Cylindrical-coordinate representation of color #031207: hue angle of 136º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #031207 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 18 7 -
CMYK 0.83 0 0.61 0.93
HSL 136º 0.71% 0.04% -
HSV(B) 136º 0.83% 0.07% -
XYZ 0.29 0.47 0.28 -
YUV 12.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 3 18 7 0.83 0 0.61 0.93 136 0.71 0.04
Hex 3 12 7 53 0 3D 5D 88 47 4
Octal 3 22 7 123 0 75 135 210 107 4
Binary 11 10010 111 1010011 0 111101 1011101 10001000 1000111 100

Color Harmonies of #031207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031207

Black with #031207

Text Example


Text Example

White with #031207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031207; }

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

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

background-color css

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

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

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

border-color css

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

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

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