Html Css Color HEX #028D46 Pigment Green

📋 copy color: '#028D46'

red 2 ◦ green 141 ◦ blue 70

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

Shades of Pigment Green #028D46

Tints of Pigment Green #028D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 0.94%
G = 66.2%
B = 32.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#028D46 (or 0x028D46) is known color: Pigment Green. HEX triplet: 02, 8D and 46. RGB value is (2,141,70). Sum of RGB (Red+Green+Blue) = 2+141+70=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 141 (55.47% from 255 or 66.20% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 141 - color contains mainly: green. Hex color #028D46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D46 is #FD72B9. Grayscale: #5B5B5B. Windows color (decimal): -16609978 or 4623618. OLE color: 4623618.

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

Color convert

RGB 2 141 70 -
CMYK 0.99 0 0.50 0.45
HSL 149.35º 0.97% 0.28% -
HSV(B) 149.35º 0.99% 0.55% -
XYZ 10.66 19.5 9 -
YUV 91.35 115.95 64.27 -
System Red Green Blue C M Y K H S L
Decimal 2 141 70 0.99 0 0.50 0.45 149.35 0.97 0.28
Hex 2 8D 46 63 0 32 2D 95 61 1C
Octal 2 215 106 143 0 62 55 225 141 34
Binary 10 10001101 1000110 1100011 0 110010 101101 10010101 1100001 11100

Color Harmonies of #028D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D46

Black with #028D46

Text Example


Text Example

White with #028D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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