Html Css Color HEX #010502 Dark Green

📋 copy color: '#010502'

red 1 ◦ green 5 ◦ blue 2

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

Shades of Dark Green #010502

Tints of Dark Green #010502

RGB

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

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

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

R = 12.5%
G = 62.5%
B = 25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.98

RGB Variations

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

Color information

#010502 (or 0x010502) is known color: Dark Green. HEX triplet: 01, 05 and 02. RGB value is (1,5,2). Sum of RGB (Red+Green+Blue) = 1+5+2=8 (1% of max value = 765). Red value is 1 (0.78% from 255 or 12.5% from 8); Green value is 5 (2.34% from 255 or 62.5% from 8); Blue value is 2 (1.17% from 255 or 25% from 8); Max value from RGB is 5 - color contains mainly: green. Hex color #010502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010502 is #FEFAFD. Grayscale: #030303. Windows color (decimal): -16710398 or 132353. OLE color: 132353.

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

Color convert

RGB 1 5 2 -
CMYK 0.80 0 0.60 0.98
HSL 135º 0.67% 0.01% -
HSV(B) 135º 0.8% 0.02% -
XYZ 0.08 0.12 0.08 -
YUV 3.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 1 5 2 0.80 0 0.60 0.98 135 0.67 0.01
Hex 1 5 2 50 0 3C 62 87 43 1
Octal 1 5 2 120 0 74 142 207 103 1
Binary 1 101 10 1010000 0 111100 1100010 10000111 1000011 1

Color Harmonies of #010502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010502

Black with #010502

Text Example


Text Example

White with #010502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010502; }

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

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

background-color css

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

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

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

border-color css

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

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

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