#02905A

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

Shades of Shamrock Green #02905A

Tints of Shamrock Green #02905A

Color information

#02905A (or 0x02905A) is unknown color: approx Shamrock Green. HEX triplet: 02, 90 and 5A. RGB value is (2,144,90). Sum of RGB (Red+Green+Blue) = 2+144+90=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 144 (56.64% from 255 or 61.02% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 144 - color contains mainly: green. Hex color #02905A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02905A is #FD6FA5. Grayscale: #5F5F5F. Windows color (decimal): -16609190 or 5935106. OLE color: 5935106.

HSL color Cylindrical-coordinate representation of color #02905A: hue angle of 157.18º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02905A is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB214490-
CMYK0.9900.370.44
HSL157.18º97.26%28.63%-
HSV(B)157.18º98.61%56.47%-
XYZ11.8420.713.04-
YUV95.39124.9661.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 144 (56.64% from 255) = 61.02%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=0.85%
G=61.02%
B=38.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2144900.9900.370.44157.1897.2628.63
Hex2905A630252C9d611d
Octal22201321430455423514135
Binary101001000010110101100011010010110110010011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02905A; }

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

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

<style>
 a { background-color: #02905A; }

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

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

<style>
 span { border-color: #02905A; }

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

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