Html Css Color HEX #028D30 Pigment Green

📋 copy color: '#028D30'

red 2 ◦ green 141 ◦ blue 48

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

Shades of Pigment Green #028D30

Tints of Pigment Green #028D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.13%

R = 1.05%
G = 73.82%
B = 25.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#028D30 (or 0x028D30) is known color: Pigment Green. HEX triplet: 02, 8D and 30. RGB value is (2,141,48). Sum of RGB (Red+Green+Blue) = 2+141+48=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 141 (55.47% from 255 or 73.82% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 141 - color contains mainly: green. Hex color #028D30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028D30 is #FD72CF. Grayscale: #595959. Windows color (decimal): -16610000 or 3181826. OLE color: 3181826.

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

Color convert

RGB 2 141 48 -
CMYK 0.99 0 0.66 0.45
HSL 139.86º 0.97% 0.28% -
HSV(B) 139.86º 0.99% 0.55% -
XYZ 10.08 19.28 5.99 -
YUV 88.84 104.95 66.06 -
System Red Green Blue C M Y K H S L
Decimal 2 141 48 0.99 0 0.66 0.45 139.86 0.97 0.28
Hex 2 8D 30 63 0 42 2D 8C 61 1C
Octal 2 215 60 143 0 102 55 214 141 34
Binary 10 10001101 110000 1100011 0 1000010 101101 10001100 1100001 11100

Color Harmonies of #028D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028D30

Black with #028D30

Text Example


Text Example

White with #028D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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