Html Css Color HEX #028502 Green

📋 copy color: '#028502'

red 2 ◦ green 133 ◦ blue 2

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

Shades of Green #028502

Tints of Green #028502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 97.08%

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

R = 1.46%
G = 97.08%
B = 1.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#028502 (or 0x028502) is known color: Green. HEX triplet: 02, 85 and 02. RGB value is (2,133,2). Sum of RGB (Red+Green+Blue) = 2+133+2=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 133 (52.34% from 255 or 97.08% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 133 - color contains mainly: green. Hex color #028502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028502 is #FD7AFD. Grayscale: #4F4F4F. Windows color (decimal): -16612094 or 165122. OLE color: 165122.

HSL color Cylindrical-coordinate representation of color #028502: hue angle of 120º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028502 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 2 -
CMYK 0.98 0 0.98 0.48
HSL 120º 0.97% 0.26% -
HSV(B) 120º 0.98% 0.52% -
XYZ 8.42 16.79 2.85 -
YUV 78.9 84.6 73.15 -
System Red Green Blue C M Y K H S L
Decimal 2 133 2 0.98 0 0.98 0.48 120 0.97 0.26
Hex 2 85 2 62 0 62 30 78 61 1A
Octal 2 205 2 142 0 142 60 170 141 32
Binary 10 10000101 10 1100010 0 1100010 110000 1111000 1100001 11010

Color Harmonies of #028502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028502

Black with #028502

Text Example


Text Example

White with #028502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028502; }

 p { color: rgb(2,133,2); }

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

background-color css

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

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

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

border-color css

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

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

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