#02895B

Color #02895B Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #02895B

Tints of Shamrock Green #02895B

Color information

#02895B (or 0x02895B) is unknown color: approx Shamrock Green. HEX triplet: 02, 89 and 5B. RGB value is (2,137,91). Sum of RGB (Red+Green+Blue) = 2+137+91=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #02895B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02895B is #FD76A4. Grayscale: #5B5B5B. Windows color (decimal): -16610981 or 5998850. OLE color: 5998850.

HSL color Cylindrical-coordinate representation of color #02895B: hue angle of 159.56º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02895B is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB213791-
CMYK0.9900.340.46
HSL159.56º97.12%27.25%-
HSV(B)159.56º98.54%53.73%-
XYZ10.8618.6612.93-
YUV91.39127.7764.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 137 (53.91% from 255) = 59.57%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=0.87%
G=59.57%
B=39.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2137910.9900.340.46159.5697.1227.25
Hex2895B630222Ea0611b
Octal22111331430425624014133
Binary101000100110110111100011010001010111010100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02895B; }

 p { color: rgb(2,137,91); }

 H1.HeaderClassName
 {
   color: #02895B;
 }
 .AnyTagClassName
 {
   color: #02895B;
 }
</style>
background-color css

<style>
 a { background-color: #02895B; }

 a { background-color: rgb(2,137,91); }

 div.DivClassName
 {
   background-color: #02895B;
 }
 .BgClassName
 {
   background-color: #02895B;
 }
</style>
border-color css

<style>
 span { border-color: #02895B; }

 span { border-color: rgb(2,137,91); }

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