Html Css Color HEX #028E46 Pigment Green

📋 copy color: '#028E46'

red 2 ◦ green 142 ◦ blue 70

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

Shades of Pigment Green #028E46

Tints of Pigment Green #028E46

RGB

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

 GREEN value IS 142 (55.86% from 255) = 66.36%

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

R = 0.93%
G = 66.36%
B = 32.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#028E46 (or 0x028E46) is known color: Pigment Green. HEX triplet: 02, 8E and 46. RGB value is (2,142,70). Sum of RGB (Red+Green+Blue) = 2+142+70=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 142 (55.86% from 255 or 66.36% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 142 - color contains mainly: green. Hex color #028E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028E46 is #FD71B9. Grayscale: #5C5C5C. Windows color (decimal): -16609722 or 4623874. OLE color: 4623874.

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

Color convert

RGB 2 142 70 -
CMYK 0.99 0 0.51 0.44
HSL 149.14º 0.97% 0.28% -
HSV(B) 149.14º 0.99% 0.56% -
XYZ 10.8 19.8 9.05 -
YUV 91.93 115.62 63.85 -
System Red Green Blue C M Y K H S L
Decimal 2 142 70 0.99 0 0.51 0.44 149.14 0.97 0.28
Hex 2 8E 46 63 0 33 2C 95 61 1C
Octal 2 216 106 143 0 63 54 225 141 34
Binary 10 10001110 1000110 1100011 0 110011 101100 10010101 1100001 11100

Color Harmonies of #028E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028E46

Black with #028E46

Text Example


Text Example

White with #028E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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