Html Css Color HEX #028C4A Pigment Green

📋 copy color: '#028C4A'

red 2 ◦ green 140 ◦ blue 74

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

Shades of Pigment Green #028C4A

Tints of Pigment Green #028C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 0.93%
G = 64.81%
B = 34.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#028C4A (or 0x028C4A) is known color: Pigment Green. HEX triplet: 02, 8C and 4A. RGB value is (2,140,74). Sum of RGB (Red+Green+Blue) = 2+140+74=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 140 (55.08% from 255 or 64.81% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 140 - color contains mainly: green. Hex color #028C4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C4A is #FD73B5. Grayscale: #5B5B5B. Windows color (decimal): -16610230 or 4885506. OLE color: 4885506.

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

Color convert

RGB 2 140 74 -
CMYK 0.99 0 0.47 0.45
HSL 151.3º 0.97% 0.28% -
HSV(B) 151.3º 0.99% 0.55% -
XYZ 10.64 19.26 9.64 -
YUV 91.21 118.28 64.37 -
System Red Green Blue C M Y K H S L
Decimal 2 140 74 0.99 0 0.47 0.45 151.3 0.97 0.28
Hex 2 8C 4A 63 0 2F 2D 97 61 1C
Octal 2 214 112 143 0 57 55 227 141 34
Binary 10 10001100 1001010 1100011 0 101111 101101 10010111 1100001 11100

Color Harmonies of #028C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C4A

Black with #028C4A

Text Example


Text Example

White with #028C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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