Html Css Color HEX #018002 Green

📋 copy color: '#018002'

red 1 ◦ green 128 ◦ blue 2

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

Shades of Green #018002

Tints of Green #018002

RGB

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

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

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

R = 0.76%
G = 97.71%
B = 1.53%

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

#018002 (or 0x018002) is known color: Green. HEX triplet: 01, 80 and 02. RGB value is (1,128,2). Sum of RGB (Red+Green+Blue) = 1+128+2=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 128 (50.39% from 255 or 97.71% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 128 - color contains mainly: green. Hex color #018002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018002 is #FE7FFD. Grayscale: #4C4C4C. Windows color (decimal): -16678910 or 163841. OLE color: 163841.

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

Color convert

RGB 1 128 2 -
CMYK 0.99 0 0.98 0.50
HSL 120.47º 0.98% 0.25% -
HSV(B) 120.47º 0.99% 0.5% -
XYZ 7.74 15.45 2.63 -
YUV 75.66 86.42 74.75 -
System Red Green Blue C M Y K H S L
Decimal 1 128 2 0.99 0 0.98 0.50 120.47 0.98 0.25
Hex 1 80 2 63 0 62 32 78 62 19
Octal 1 200 2 143 0 142 62 170 142 31
Binary 1 10000000 10 1100011 0 1100010 110010 1111000 1100010 11001

Color Harmonies of #018002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018002

Black with #018002

Text Example


Text Example

White with #018002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018002; }

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

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

background-color css

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

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

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

border-color css

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

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

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