Html Css Color HEX #028F4E Pigment Green

📋 copy color: '#028F4E'

red 2 ◦ green 143 ◦ blue 78

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

Shades of Pigment Green #028F4E

Tints of Pigment Green #028F4E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 64.13%

 BLUE value IS 78 (30.86% from 255) = 34.98%

R = 0.9%
G = 64.13%
B = 34.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#028F4E (or 0x028F4E) is known color: Pigment Green. HEX triplet: 02, 8F and 4E. RGB value is (2,143,78). Sum of RGB (Red+Green+Blue) = 2+143+78=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #028F4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028F4E is #FD70B1. Grayscale: #5D5D5D. Windows color (decimal): -16609458 or 5148418. OLE color: 5148418.

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

Color convert

RGB 2 143 78 -
CMYK 0.99 0 0.45 0.44
HSL 152.34º 0.97% 0.28% -
HSV(B) 152.34º 0.99% 0.56% -
XYZ 11.22 20.21 10.52 -
YUV 93.43 119.29 62.79 -
System Red Green Blue C M Y K H S L
Decimal 2 143 78 0.99 0 0.45 0.44 152.34 0.97 0.28
Hex 2 8F 4E 63 0 2D 2C 98 61 1C
Octal 2 217 116 143 0 55 54 230 141 34
Binary 10 10001111 1001110 1100011 0 101101 101100 10011000 1100001 11100

Color Harmonies of #028F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028F4E

Black with #028F4E

Text Example


Text Example

White with #028F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,143,78); }

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

background-color css

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

 a { background-color: rgb(2,143,78); }

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

border-color css

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

 span { border-color: rgb(2,143,78); }

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