Html Css Color HEX #028C3B Pigment Green

📋 copy color: '#028C3B'

red 2 ◦ green 140 ◦ blue 59

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

Shades of Pigment Green #028C3B

Tints of Pigment Green #028C3B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 69.65%

 BLUE value IS 59 (23.44% from 255) = 29.35%

R = 1%
G = 69.65%
B = 29.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#028C3B (or 0x028C3B) is known color: Pigment Green. HEX triplet: 02, 8C and 3B. RGB value is (2,140,59). Sum of RGB (Red+Green+Blue) = 2+140+59=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 140 (55.08% from 255 or 69.65% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 140 - color contains mainly: green. Hex color #028C3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C3B is #FD73C4. Grayscale: #595959. Windows color (decimal): -16610245 or 3902466. OLE color: 3902466.

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

Color convert

RGB 2 140 59 -
CMYK 0.99 0 0.58 0.45
HSL 144.78º 0.97% 0.28% -
HSV(B) 144.78º 0.99% 0.55% -
XYZ 10.19 19.08 7.28 -
YUV 89.5 110.78 65.59 -
System Red Green Blue C M Y K H S L
Decimal 2 140 59 0.99 0 0.58 0.45 144.78 0.97 0.28
Hex 2 8C 3B 63 0 3A 2D 91 61 1C
Octal 2 214 73 143 0 72 55 221 141 34
Binary 10 10001100 111011 1100011 0 111010 101101 10010001 1100001 11100

Color Harmonies of #028C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C3B

Black with #028C3B

Text Example


Text Example

White with #028C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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