Html Css Color HEX #028D2F Pigment Green

📋 copy color: '#028D2F'

red 2 ◦ green 141 ◦ blue 47

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

Shades of Pigment Green #028D2F

Tints of Pigment Green #028D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 74.21%

 BLUE value IS 47 (18.75% from 255) = 24.74%

R = 1.05%
G = 74.21%
B = 24.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#028D2F (or 0x028D2F) is known color: Pigment Green. HEX triplet: 02, 8D and 2F. RGB value is (2,141,47). Sum of RGB (Red+Green+Blue) = 2+141+47=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 141 (55.47% from 255 or 74.21% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 141 - color contains mainly: green. Hex color #028D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D2F is #FD72D0. Grayscale: #585858. Windows color (decimal): -16610001 or 3116290. OLE color: 3116290.

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

Color convert

RGB 2 141 47 -
CMYK 0.99 0 0.67 0.45
HSL 139.42º 0.97% 0.28% -
HSV(B) 139.42º 0.99% 0.55% -
XYZ 10.06 19.27 5.88 -
YUV 88.72 104.45 66.14 -
System Red Green Blue C M Y K H S L
Decimal 2 141 47 0.99 0 0.67 0.45 139.42 0.97 0.28
Hex 2 8D 2F 63 0 43 2D 8B 61 1C
Octal 2 215 57 143 0 103 55 213 141 34
Binary 10 10001101 101111 1100011 0 1000011 101101 10001011 1100001 11100

Color Harmonies of #028D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D2F

Black with #028D2F

Text Example


Text Example

White with #028D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,141,47); }

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

background-color css

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

 a { background-color: rgb(2,141,47); }

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

border-color css

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

 span { border-color: rgb(2,141,47); }

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