Html Css Color HEX #030505 Dark Green

📋 copy color: '#030505'

red 3 ◦ green 5 ◦ blue 5

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

Shades of Dark Green #030505

Tints of Dark Green #030505

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 value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#030505 (or 0x030505) is known color: 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

RGB 3 5 5 -
CMYK 0.40 0 0 0.98
HSL 180º 0.25% 0.02% -
HSV(B) 180º 0.4% 0.02% -
XYZ 0.12 0.14 0.16 -
YUV 4.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 3 5 5 0.40 0 0 0.98 180 0.25 0.02
Hex 3 5 5 28 0 0 62 B4 19 2
Octal 3 5 5 50 0 0 142 264 31 2
Binary 11 101 101 101000 0 0 1100010 10110100 11001 10

Color Harmonies of #030505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030505

Black with #030505

Text Example


Text Example

White with #030505

Text Example


Text Example

HTML Codes & Css Web 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>