Html Css Color HEX #018003 Green

📋 copy color: '#018003'

red 1 ◦ green 128 ◦ blue 3

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

Shades of Green #018003

Tints of Green #018003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 96.97%

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

R = 0.76%
G = 96.97%
B = 2.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#018003 (or 0x018003) is known color: Green. HEX triplet: 01, 80 and 03. RGB value is (1,128,3). Sum of RGB (Red+Green+Blue) = 1+128+3=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 128 (50.39% from 255 or 96.97% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 128 - color contains mainly: green. Hex color #018003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018003 is #FE7FFC. Grayscale: #4C4C4C. Windows color (decimal): -16678909 or 229377. OLE color: 229377.

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

Color convert

RGB 1 128 3 -
CMYK 0.99 0 0.98 0.50
HSL 120.94º 0.98% 0.25% -
HSV(B) 120.94º 0.99% 0.5% -
XYZ 7.75 15.45 2.66 -
YUV 75.78 86.92 74.66 -
System Red Green Blue C M Y K H S L
Decimal 1 128 3 0.99 0 0.98 0.50 120.94 0.98 0.25
Hex 1 80 3 63 0 62 32 79 62 19
Octal 1 200 3 143 0 142 62 171 142 31
Binary 1 10000000 11 1100011 0 1100010 110010 1111001 1100010 11001

Color Harmonies of #018003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018003

Black with #018003

Text Example


Text Example

White with #018003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018003; }

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

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

background-color css

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

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

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

border-color css

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

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

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