#030505

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

Shades of Dark Green #030505

Tints of Dark Green #030505

Color information

#030505 (or 0x030505) is unknown color: approx Dark Green. HEX triplet: 03, 05 and 05. RGB value is (3,5,5). Sum of RGB (Red+Green+Blue) = 3+5+5=13 (1% of max value = 765). Red value is 3 (1.56% from 255 or 23.08% from 13); Green value is 5 (2.34% from 255 or 38.46% from 13); Blue value is 5 (2.34% from 255 or 38.46% from 13); Max value from RGB is 5 - color contains mainly: green, blue. Hex color #030505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030505 is #FCFAFA. Grayscale: #040404. Windows color (decimal): -16579323 or 328963. OLE color: 328963.

HSL color Cylindrical-coordinate representation of color #030505: hue angle of 180º degrees, saturation: 0.25, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #030505 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB355-
CMYK0.40000.98
HSL180º25%1.57%-
HSV(B)180º40%1.96%-
XYZ0.120.140.16-
YUV4.4128.34127-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 23.08%
GREEN value IS 5 (2.34% from 255) = 38.46%
BLUE value IS 5 (2.34% from 255) = 38.46%
R=23.08%
G=38.46%
B=38.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3550.40000.98180251.57
Hex355280062b4192
Octal3555000142264312
Binary11101101101000001100010101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030505; }

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

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

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

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

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

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

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

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