Html Css Color HEX #020605 Dark Green

📋 copy color: '#020605'

red 2 ◦ green 6 ◦ blue 5

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

Shades of Dark Green #020605

Tints of Dark Green #020605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 46.15%

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

R = 15.38%
G = 46.15%
B = 38.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.98

RGB Variations

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

Color information

#020605 (or 0x020605) is known color: Dark Green. HEX triplet: 02, 06 and 05. RGB value is (2,6,5). Sum of RGB (Red+Green+Blue) = 2+6+5=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 6 (2.73% from 255 or 46.15% from 13); Blue value is 5 (2.34% from 255 or 38.46% from 13); Max value from RGB is 6 - color contains mainly: green. Hex color #020605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020605 is #FDF9FA. Grayscale: #040404. Windows color (decimal): -16644603 or 329218. OLE color: 329218.

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

Color convert

RGB 2 6 5 -
CMYK 0.67 0 0.17 0.98
HSL 165º 0.5% 0.02% -
HSV(B) 165º 0.67% 0.02% -
XYZ 0.12 0.15 0.17 -
YUV 4.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 2 6 5 0.67 0 0.17 0.98 165 0.5 0.02
Hex 2 6 5 43 0 11 62 A5 32 2
Octal 2 6 5 103 0 21 142 245 62 2
Binary 10 110 101 1000011 0 10001 1100010 10100101 110010 10

Color Harmonies of #020605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020605

Black with #020605

Text Example


Text Example

White with #020605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020605; }

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

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

background-color css

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

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

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

border-color css

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

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

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