Html Css Color HEX #028C55 Shamrock Green

📋 copy color: '#028C55'

red 2 ◦ green 140 ◦ blue 85

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

Shades of Shamrock Green #028C55

Tints of Shamrock Green #028C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.44%

R = 0.88%
G = 61.67%
B = 37.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#028C55 (or 0x028C55) is known color: Shamrock Green. HEX triplet: 02, 8C and 55. RGB value is (2,140,85). Sum of RGB (Red+Green+Blue) = 2+140+85=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #028C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028C55 is #FD73AA. Grayscale: #5C5C5C. Windows color (decimal): -16610219 or 5606402. OLE color: 5606402.

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

Color convert

RGB 2 140 85 -
CMYK 0.99 0 0.39 0.45
HSL 156.09º 0.97% 0.28% -
HSV(B) 156.09º 0.99% 0.55% -
XYZ 11.04 19.42 11.76 -
YUV 92.47 123.78 63.47 -
System Red Green Blue C M Y K H S L
Decimal 2 140 85 0.99 0 0.39 0.45 156.09 0.97 0.28
Hex 2 8C 55 63 0 27 2D 9C 61 1C
Octal 2 214 125 143 0 47 55 234 141 34
Binary 10 10001100 1010101 1100011 0 100111 101101 10011100 1100001 11100

Color Harmonies of #028C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028C55

Black with #028C55

Text Example


Text Example

White with #028C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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