Html Css Color HEX #028D49 Pigment Green

📋 copy color: '#028D49'

red 2 ◦ green 141 ◦ blue 73

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

Shades of Pigment Green #028D49

Tints of Pigment Green #028D49

RGB

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

 GREEN value IS 141 (55.47% from 255) = 65.28%

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 0.93%
G = 65.28%
B = 33.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#028D49 (or 0x028D49) is known color: Pigment Green. HEX triplet: 02, 8D and 49. RGB value is (2,141,73). Sum of RGB (Red+Green+Blue) = 2+141+73=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #028D49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D49 is #FD72B6. Grayscale: #5B5B5B. Windows color (decimal): -16609975 or 4820226. OLE color: 4820226.

HSL color Cylindrical-coordinate representation of color #028D49: hue angle of 150.65º 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 #028D49 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 141 73 -
CMYK 0.99 0 0.48 0.45
HSL 150.65º 0.97% 0.28% -
HSV(B) 150.65º 0.99% 0.55% -
XYZ 10.75 19.54 9.51 -
YUV 91.69 117.45 64.03 -
System Red Green Blue C M Y K H S L
Decimal 2 141 73 0.99 0 0.48 0.45 150.65 0.97 0.28
Hex 2 8D 49 63 0 30 2D 97 61 1C
Octal 2 215 111 143 0 60 55 227 141 34
Binary 10 10001101 1001001 1100011 0 110000 101101 10010111 1100001 11100

Color Harmonies of #028D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D49

Black with #028D49

Text Example


Text Example

White with #028D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,141,73); }

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

background-color css

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

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

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

border-color css

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

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

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