#030805

Color #030805 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #030805

Tints of Dark Green #030805

Color information

#030805 (or 0x030805) is unknown color: approx Dark Green. HEX triplet: 03, 08 and 05. RGB value is (3,8,5). Sum of RGB (Red+Green+Blue) = 3+8+5=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 8 (3.52% from 255 or 50% from 16); Blue value is 5 (2.34% from 255 or 31.25% from 16); Max value from RGB is 8 - color contains mainly: green. Hex color #030805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030805 is #FCF7FA. Grayscale: #060606. Windows color (decimal): -16578555 or 329731. OLE color: 329731.

HSL color Cylindrical-coordinate representation of color #030805: hue angle of 144º degrees, saturation: 0.45, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #030805 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.97.

Color convert

RGB385-
CMYK0.6300.380.97
HSL144º45.45%2.16%-
HSV(B)144º62.5%3.14%-
XYZ0.150.20.17-
YUV6.16127.34125.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 18.75%
GREEN value IS 8 (3.52% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 31.25%
R=18.75%
G=50%
B=31.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3850.6300.380.9714445.452.16
Hex3853F02661902d2
Octal310577046141220552
Binary111000101111111010011011000011001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030805; }

 p { color: rgb(3,8,5); }

 H1.HeaderClassName
 {
   color: #030805;
 }
 .AnyTagClassName
 {
   color: #030805;
 }
</style>
background-color css

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

 a { background-color: rgb(3,8,5); }

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

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

 span { border-color: rgb(3,8,5); }

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