Html Css Color HEX #028C04 Green

📋 copy color: '#028C04'

red 2 ◦ green 140 ◦ blue 4

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

Shades of Green #028C04

Tints of Green #028C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.74%

R = 1.37%
G = 95.89%
B = 2.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#028C04 (or 0x028C04) is known color: Green. HEX triplet: 02, 8C and 04. RGB value is (2,140,4). Sum of RGB (Red+Green+Blue) = 2+140+4=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 140 (55.08% from 255 or 95.89% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 140 - color contains mainly: green. Hex color #028C04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028C04 is #FD73FB. Grayscale: #535353. Windows color (decimal): -16610300 or 297986. OLE color: 297986.

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

Color convert

RGB 2 140 4 -
CMYK 0.99 0 0.97 0.45
HSL 120.87º 0.97% 0.28% -
HSV(B) 120.87º 0.99% 0.55% -
XYZ 9.43 18.78 3.24 -
YUV 83.23 83.28 70.06 -
System Red Green Blue C M Y K H S L
Decimal 2 140 4 0.99 0 0.97 0.45 120.87 0.97 0.28
Hex 2 8C 4 63 0 61 2D 79 61 1C
Octal 2 214 4 143 0 141 55 171 141 34
Binary 10 10001100 100 1100011 0 1100001 101101 1111001 1100001 11100

Color Harmonies of #028C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C04

Black with #028C04

Text Example


Text Example

White with #028C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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