Html Css Color HEX #028B5A Shamrock Green

📋 copy color: '#028B5A'

red 2 ◦ green 139 ◦ blue 90

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

Shades of Shamrock Green #028B5A

Tints of Shamrock Green #028B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 60.17%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 0.87%
G = 60.17%
B = 38.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#028B5A (or 0x028B5A) is known color: Shamrock Green. HEX triplet: 02, 8B and 5A. RGB value is (2,139,90). Sum of RGB (Red+Green+Blue) = 2+139+90=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #028B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B5A is #FD74A5. Grayscale: #5C5C5C. Windows color (decimal): -16610470 or 5933826. OLE color: 5933826.

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

Color convert

RGB 2 139 90 -
CMYK 0.99 0 0.35 0.45
HSL 158.54º 0.97% 0.28% -
HSV(B) 158.54º 0.99% 0.55% -
XYZ 11.1 19.22 12.8 -
YUV 92.45 126.61 63.48 -
System Red Green Blue C M Y K H S L
Decimal 2 139 90 0.99 0 0.35 0.45 158.54 0.97 0.28
Hex 2 8B 5A 63 0 23 2D 9F 61 1C
Octal 2 213 132 143 0 43 55 237 141 34
Binary 10 10001011 1011010 1100011 0 100011 101101 10011111 1100001 11100

Color Harmonies of #028B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028B5A

Black with #028B5A

Text Example


Text Example

White with #028B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,139,90); }

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

background-color css

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

 a { background-color: rgb(2,139,90); }

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

border-color css

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

 span { border-color: rgb(2,139,90); }

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