Html Css Color HEX #028101 Green

📋 copy color: '#028101'

red 2 ◦ green 129 ◦ blue 1

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

Shades of Green #028101

Tints of Green #028101

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 value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#028101 (or 0x028101) is known color: 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

RGB 2 129 1 -
CMYK 0.98 0 0.99 0.49
HSL 119.53º 0.98% 0.25% -
HSV(B) 119.53º 0.99% 0.51% -
XYZ 7.88 15.72 2.65 -
YUV 76.44 85.42 74.91 -
System Red Green Blue C M Y K H S L
Decimal 2 129 1 0.98 0 0.99 0.49 119.53 0.98 0.25
Hex 2 81 1 62 0 63 31 78 62 19
Octal 2 201 1 142 0 143 61 170 142 31
Binary 10 10000001 1 1100010 0 1100011 110001 1111000 1100010 11001

Color Harmonies of #028101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028101

Black with #028101

Text Example


Text Example

White with #028101

Text Example


Text Example

HTML Codes & Css Web 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>