Html Css Color HEX #010503 Dark Green

📋 copy color: '#010503'

red 1 ◦ green 5 ◦ blue 3

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

Shades of Dark Green #010503

Tints of Dark Green #010503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 33.33%

R = 11.11%
G = 55.56%
B = 33.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.98

RGB Variations

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

Color information

#010503 (or 0x010503) is known color: Dark Green. HEX triplet: 01, 05 and 03. RGB value is (1,5,3). Sum of RGB (Red+Green+Blue) = 1+5+3=9 (1% of max value = 765). Red value is 1 (0.78% from 255 or 11.11% from 9); Green value is 5 (2.34% from 255 or 55.56% from 9); Blue value is 3 (1.56% from 255 or 33.33% from 9); Max value from RGB is 5 - color contains mainly: green. Hex color #010503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010503 is #FEFAFC. Grayscale: #030303. Windows color (decimal): -16710397 or 197889. OLE color: 197889.

HSL color Cylindrical-coordinate representation of color #010503: hue angle of 150º 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 #010503 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.98.

Color convert

RGB 1 5 3 -
CMYK 0.80 0 0.40 0.98
HSL 150º 0.67% 0.01% -
HSV(B) 150º 0.8% 0.02% -
XYZ 0.08 0.12 0.11 -
YUV 3.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 1 5 3 0.80 0 0.40 0.98 150 0.67 0.01
Hex 1 5 3 50 0 28 62 96 43 1
Octal 1 5 3 120 0 50 142 226 103 1
Binary 1 101 11 1010000 0 101000 1100010 10010110 1000011 1

Color Harmonies of #010503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010503

Black with #010503

Text Example


Text Example

White with #010503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010503; }

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

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

background-color css

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

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

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

border-color css

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

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

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