Html Css Color HEX #028C3C Pigment Green

📋 copy color: '#028C3C'

red 2 ◦ green 140 ◦ blue 60

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

Shades of Pigment Green #028C3C

Tints of Pigment Green #028C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.7%

R = 0.99%
G = 69.31%
B = 29.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#028C3C (or 0x028C3C) is known color: Pigment Green. HEX triplet: 02, 8C and 3C. RGB value is (2,140,60). Sum of RGB (Red+Green+Blue) = 2+140+60=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 140 (55.08% from 255 or 69.31% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 140 - color contains mainly: green. Hex color #028C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C3C is #FD73C3. Grayscale: #595959. Windows color (decimal): -16610244 or 3968002. OLE color: 3968002.

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

Color convert

RGB 2 140 60 -
CMYK 0.99 0 0.57 0.45
HSL 145.22º 0.97% 0.28% -
HSV(B) 145.22º 0.99% 0.55% -
XYZ 10.22 19.1 7.42 -
YUV 89.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 2 140 60 0.99 0 0.57 0.45 145.22 0.97 0.28
Hex 2 8C 3C 63 0 39 2D 91 61 1C
Octal 2 214 74 143 0 71 55 221 141 34
Binary 10 10001100 111100 1100011 0 111001 101101 10010001 1100001 11100

Color Harmonies of #028C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C3C

Black with #028C3C

Text Example


Text Example

White with #028C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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