#028101

Color #028101 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #028101

Tints of Green #028101

Color information

#028101 (or 0x028101) is unknown color: approx Green. HEX triplet: 02, 81 and 01. RGB value is (2,129,1). Sum of RGB (Red+Green+Blue) = 2+129+1=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 129 (50.78% from 255 or 97.73% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 129 - color contains mainly: green. Hex color #028101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028101 is #FD7EFE. Grayscale: #4C4C4C. Windows color (decimal): -16613119 or 98562. OLE color: 98562.

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

Color convert

RGB21291-
CMYK0.9800.990.49
HSL119.53º98.46%25.49%-
HSV(B)119.53º99.22%50.59%-
XYZ7.8815.722.65-
YUV76.4485.4274.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 129 (50.78% from 255) = 97.73%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=1.52%
G=97.73%
B=0.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal212910.9800.990.49119.5398.4625.49
Hex28116206331786219
Octal2201114201436117014231
Binary101000000111100010011000111100011111000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028101; }

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

 H1.HeaderClassName
 {
   color: #028101;
 }
 .AnyTagClassName
 {
   color: #028101;
 }
</style>
background-color css

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

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

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

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

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

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