Html Css Color HEX #020505 Dark Green

📋 copy color: '#020505'

red 2 ◦ green 5 ◦ blue 5

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

Shades of Dark Green #020505

Tints of Dark Green #020505

RGB

 RED value IS 2 (1.17% from 255) = 16.67%

 GREEN value IS 5 (2.34% from 255) = 41.67%

 BLUE value IS 5 (2.34% from 255) = 41.67%

R = 16.67%
G = 41.67%
B = 41.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#020505 (or 0x020505) is known color: Dark Green. HEX triplet: 02, 05 and 05. RGB value is (2,5,5). Sum of RGB (Red+Green+Blue) = 2+5+5=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 5 (2.34% from 255 or 41.67% from 12); Blue value is 5 (2.34% from 255 or 41.67% from 12); Max value from RGB is 5 - color contains mainly: green, blue. Hex color #020505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020505 is #FDFAFA. Grayscale: #040404. Windows color (decimal): -16644859 or 328962. OLE color: 328962.

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

Color convert

RGB 2 5 5 -
CMYK 0.60 0 0 0.98
HSL 180º 0.43% 0.01% -
HSV(B) 180º 0.6% 0.02% -
XYZ 0.11 0.13 0.16 -
YUV 4.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 2 5 5 0.60 0 0 0.98 180 0.43 0.01
Hex 2 5 5 3C 0 0 62 B4 2B 1
Octal 2 5 5 74 0 0 142 264 53 1
Binary 10 101 101 111100 0 0 1100010 10110100 101011 1

Color Harmonies of #020505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020505

Black with #020505

Text Example


Text Example

White with #020505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020505; }

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

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

background-color css

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

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

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

border-color css

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

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

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