Html Css Color HEX #028F45 Pigment Green

📋 copy color: '#028F45'

red 2 ◦ green 143 ◦ blue 69

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

Shades of Pigment Green #028F45

Tints of Pigment Green #028F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.24%

R = 0.93%
G = 66.82%
B = 32.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#028F45 (or 0x028F45) is known color: Pigment Green. HEX triplet: 02, 8F and 45. RGB value is (2,143,69). Sum of RGB (Red+Green+Blue) = 2+143+69=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 143 (56.25% from 255 or 66.82% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 143 - color contains mainly: green. Hex color #028F45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028F45 is #FD70BA. Grayscale: #5C5C5C. Windows color (decimal): -16609467 or 4558594. OLE color: 4558594.

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

Color convert

RGB 2 143 69 -
CMYK 0.99 0 0.52 0.44
HSL 148.51º 0.97% 0.28% -
HSV(B) 148.51º 0.99% 0.56% -
XYZ 10.92 20.09 8.93 -
YUV 92.41 114.79 63.52 -
System Red Green Blue C M Y K H S L
Decimal 2 143 69 0.99 0 0.52 0.44 148.51 0.97 0.28
Hex 2 8F 45 63 0 34 2C 95 61 1C
Octal 2 217 105 143 0 64 54 225 141 34
Binary 10 10001111 1000101 1100011 0 110100 101100 10010101 1100001 11100

Color Harmonies of #028F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028F45

Black with #028F45

Text Example


Text Example

White with #028F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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