Html Css Color HEX #028D4C Pigment Green

📋 copy color: '#028D4C'

red 2 ◦ green 141 ◦ blue 76

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

Shades of Pigment Green #028D4C

Tints of Pigment Green #028D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 0.91%
G = 64.38%
B = 34.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#028D4C (or 0x028D4C) is known color: Pigment Green. HEX triplet: 02, 8D and 4C. RGB value is (2,141,76). Sum of RGB (Red+Green+Blue) = 2+141+76=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #028D4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D4C is #FD72B3. Grayscale: #5C5C5C. Windows color (decimal): -16609972 or 5016834. OLE color: 5016834.

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

Color convert

RGB 2 141 76 -
CMYK 0.99 0 0.46 0.45
HSL 151.94º 0.97% 0.28% -
HSV(B) 151.94º 0.99% 0.55% -
XYZ 10.85 19.58 10.05 -
YUV 92.03 118.95 63.79 -
System Red Green Blue C M Y K H S L
Decimal 2 141 76 0.99 0 0.46 0.45 151.94 0.97 0.28
Hex 2 8D 4C 63 0 2E 2D 98 61 1C
Octal 2 215 114 143 0 56 55 230 141 34
Binary 10 10001101 1001100 1100011 0 101110 101101 10011000 1100001 11100

Color Harmonies of #028D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D4C

Black with #028D4C

Text Example


Text Example

White with #028D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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