Html Css Color HEX #028C00 Green

📋 copy color: '#028C00'

red 2 ◦ green 140 ◦ blue 0

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

Shades of Green #028C00

Tints of Green #028C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 98.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.41%
G = 98.59%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#028C00 (or 0x028C00) is known color: Green. HEX triplet: 02, 8C and 00. RGB value is (2,140,0). Sum of RGB (Red+Green+Blue) = 2+140+0=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 140 (55.08% from 255 or 98.59% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 140 - color contains mainly: green. Hex color #028C00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028C00 is #FD73FF. Grayscale: #535353. Windows color (decimal): -16610304 or 35842. OLE color: 35842.

HSL color Cylindrical-coordinate representation of color #028C00: hue angle of 119.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #028C00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 140 0 -
CMYK 0.99 0 1 0.45
HSL 119.14º 1% 0.27% -
HSV(B) 119.14º 1% 0.55% -
XYZ 9.4 18.77 3.13 -
YUV 82.78 81.28 70.38 -
System Red Green Blue C M Y K H S L
Decimal 2 140 0 0.99 0 1 0.45 119.14 1 0.27
Hex 2 8C 0 63 0 64 2D 77 64 1B
Octal 2 214 0 143 0 144 55 167 144 33
Binary 10 10001100 0 1100011 0 1100100 101101 1110111 1100100 11011

Color Harmonies of #028C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C00

Black with #028C00

Text Example


Text Example

White with #028C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028C00; }

 p { color: rgb(2,140,0); }

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

background-color css

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

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

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

border-color css

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

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

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