Html Css Color HEX #010202 Dark Green

📋 copy color: '#010202'

red 1 ◦ green 2 ◦ blue 2

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

Shades of Dark Green #010202

Tints of Dark Green #010202

RGB

 RED value IS 1 (0.78% from 255) = 20%

 GREEN value IS 2 (1.17% from 255) = 40%

 BLUE value IS 2 (1.17% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.99

RGB Variations

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

Color information

#010202 (or 0x010202) is known color: Dark Green. HEX triplet: 01, 02 and 02. RGB value is (1,2,2). Sum of RGB (Red+Green+Blue) = 1+2+2=5 (0% of max value = 765). Red value is 1 (0.78% from 255 or 20% from 5); Green value is 2 (1.17% from 255 or 40% from 5); Blue value is 2 (1.17% from 255 or 40% from 5); Max value from RGB is 2 - color contains mainly: green, blue. Hex color #010202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010202 is #FEFDFD. Grayscale: #010101. Windows color (decimal): -16711166 or 131585. OLE color: 131585.

HSL color Cylindrical-coordinate representation of color #010202: hue angle of 180º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #010202 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.99.

Color convert

RGB 1 2 2 -
CMYK 0.50 0 0 0.99
HSL 180º 0.33% 0.01% -
HSV(B) 180º 0.5% 0.01% -
XYZ 0.05 0.05 0.07 -
YUV 1.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 1 2 2 0.50 0 0 0.99 180 0.33 0.01
Hex 1 2 2 32 0 0 63 B4 21 1
Octal 1 2 2 62 0 0 143 264 41 1
Binary 1 10 10 110010 0 0 1100011 10110100 100001 1

Color Harmonies of #010202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010202

Black with #010202

Text Example


Text Example

White with #010202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010202; }

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

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

background-color css

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

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

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

border-color css

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

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

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