Html Css Color HEX #020F05 Dark Green

📋 copy color: '#020F05'

red 2 ◦ green 15 ◦ blue 5

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

Shades of Dark Green #020F05

Tints of Dark Green #020F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 68.18%

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

R = 9.09%
G = 68.18%
B = 22.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.94

RGB Variations

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

Color information

#020F05 (or 0x020F05) is known color: Dark Green. HEX triplet: 02, 0F and 05. RGB value is (2,15,5). Sum of RGB (Red+Green+Blue) = 2+15+5=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 15 (6.25% from 255 or 68.18% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 15 - color contains mainly: green. Hex color #020F05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F05 is #FDF0FA. Grayscale: #0A0A0A. Windows color (decimal): -16642299 or 331522. OLE color: 331522.

HSL color Cylindrical-coordinate representation of color #020F05: hue angle of 133.85º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #020F05 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 15 5 -
CMYK 0.87 0 0.67 0.94
HSL 133.85º 0.76% 0.03% -
HSV(B) 133.85º 0.87% 0.06% -
XYZ 0.22 0.37 0.2 -
YUV 9.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 2 15 5 0.87 0 0.67 0.94 133.85 0.76 0.03
Hex 2 F 5 57 0 43 5E 86 4C 3
Octal 2 17 5 127 0 103 136 206 114 3
Binary 10 1111 101 1010111 0 1000011 1011110 10000110 1001100 11

Color Harmonies of #020F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F05

Black with #020F05

Text Example


Text Example

White with #020F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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