Html Css Color HEX #028601 Green

📋 copy color: '#028601'

red 2 ◦ green 134 ◦ blue 1

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

Shades of Green #028601

Tints of Green #028601

RGB

 RED value IS 2 (1.17% from 255) = 1.46%

 GREEN value IS 134 (52.73% from 255) = 97.81%

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 1.46%
G = 97.81%
B = 0.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#028601 (or 0x028601) is known color: Green. HEX triplet: 02, 86 and 01. RGB value is (2,134,1). Sum of RGB (Red+Green+Blue) = 2+134+1=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 134 (52.73% from 255 or 97.81% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 134 - color contains mainly: green. Hex color #028601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028601 is #FD79FE. Grayscale: #4F4F4F. Windows color (decimal): -16611839 or 99842. OLE color: 99842.

HSL color Cylindrical-coordinate representation of color #028601: hue angle of 119.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028601 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 134 1 -
CMYK 0.99 0 0.99 0.47
HSL 119.55º 0.99% 0.26% -
HSV(B) 119.55º 0.99% 0.53% -
XYZ 8.56 17.07 2.87 -
YUV 79.37 83.77 72.81 -
System Red Green Blue C M Y K H S L
Decimal 2 134 1 0.99 0 0.99 0.47 119.55 0.99 0.26
Hex 2 86 1 63 0 63 2F 78 63 1A
Octal 2 206 1 143 0 143 57 170 143 32
Binary 10 10000110 1 1100011 0 1100011 101111 1111000 1100011 11010

Color Harmonies of #028601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028601

Black with #028601

Text Example


Text Example

White with #028601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028601; }

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

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

background-color css

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

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

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

border-color css

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

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

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