Html Css Color HEX #020F0F Dark Green

📋 copy color: '#020F0F'

red 2 ◦ green 15 ◦ blue 15

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

Shades of Dark Green #020F0F

Tints of Dark Green #020F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 46.88%

R = 6.25%
G = 46.88%
B = 46.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#020F0F (or 0x020F0F) is known color: Dark Green. HEX triplet: 02, 0F and 0F. RGB value is (2,15,15). Sum of RGB (Red+Green+Blue) = 2+15+15=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: green, blue. Hex color #020F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F0F is #FDF0F0. Grayscale: #0B0B0B. Windows color (decimal): -16642289 or 986882. OLE color: 986882.

HSL color Cylindrical-coordinate representation of color #020F0F: hue angle of 180º 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 #020F0F is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 15 15 -
CMYK 0.87 0 0 0.94
HSL 180º 0.76% 0.03% -
HSV(B) 180º 0.87% 0.06% -
XYZ 0.28 0.39 0.51 -
YUV 11.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 2 15 15 0.87 0 0 0.94 180 0.76 0.03
Hex 2 F F 57 0 0 5E B4 4C 3
Octal 2 17 17 127 0 0 136 264 114 3
Binary 10 1111 1111 1010111 0 0 1011110 10110100 1001100 11

Color Harmonies of #020F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F0F

Black with #020F0F

Text Example


Text Example

White with #020F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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