#030605

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

Shades of Dark Green #030605

Tints of Dark Green #030605

Color information

#030605 (or 0x030605) is unknown color: approx Dark Green. HEX triplet: 03, 06 and 05. RGB value is (3,6,5). Sum of RGB (Red+Green+Blue) = 3+6+5=14 (1% of max value = 765). Red value is 3 (1.56% from 255 or 21.43% from 14); Green value is 6 (2.73% from 255 or 42.86% from 14); Blue value is 5 (2.34% from 255 or 35.71% from 14); Max value from RGB is 6 - color contains mainly: green. Hex color #030605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030605 is #FCF9FA. Grayscale: #040404. Windows color (decimal): -16579067 or 329219. OLE color: 329219.

HSL color Cylindrical-coordinate representation of color #030605: hue angle of 160º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #030605 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.98.

Color convert

RGB365-
CMYK0.5000.170.98
HSL160º33.33%1.76%-
HSV(B)160º50%2.35%-
XYZ0.130.160.17-
YUV4.99128.01126.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 21.43%
GREEN value IS 6 (2.73% from 255) = 42.86%
BLUE value IS 5 (2.34% from 255) = 35.71%
R=21.43%
G=42.86%
B=35.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3650.5000.170.9816033.331.76
Hex3653201162a0212
Octal36562021142240412
Binary1111010111001001000111000101010000010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030605; }

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

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

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

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

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

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

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

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