#028F3B

Color #028F3B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #028F3B

Tints of Pigment Green #028F3B

Color information

#028F3B (or 0x028F3B) is unknown color: approx Pigment Green. HEX triplet: 02, 8F and 3B. RGB value is (2,143,59). Sum of RGB (Red+Green+Blue) = 2+143+59=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 143 (56.25% from 255 or 70.10% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 143 - color contains mainly: green. Hex color #028F3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028F3B is #FD70C4. Grayscale: #5B5B5B. Windows color (decimal): -16609477 or 3903234. OLE color: 3903234.

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

Color convert

RGB214359-
CMYK0.9900.590.44
HSL144.26º97.24%28.43%-
HSV(B)144.26º98.6%56.08%-
XYZ10.6419.977.43-
YUV91.26109.7964.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 143 (56.25% from 255) = 70.10%
BLUE value IS 59 (23.44% from 255) = 28.92%
R=0.98%
G=70.10%
B=28.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2143590.9900.590.44144.2697.2428.43
Hex28F3B6303B2C90611c
Octal2217731430735422014134
Binary10100011111110111100011011101110110010010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #028F3B;
 }
 .AnyTagClassName
 {
   color: #028F3B;
 }
</style>
background-color css

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

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

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

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

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

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