#02995A

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

Shades of Shamrock Green #02995A

Tints of Shamrock Green #02995A

Color information

#02995A (or 0x02995A) is unknown color: approx Shamrock Green. HEX triplet: 02, 99 and 5A. RGB value is (2,153,90). Sum of RGB (Red+Green+Blue) = 2+153+90=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #02995A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02995A is #FD66A5. Grayscale: #646464. Windows color (decimal): -16606886 or 5937410. OLE color: 5937410.

HSL color Cylindrical-coordinate representation of color #02995A: hue angle of 154.97º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02995A is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB215390-
CMYK0.9900.410.4
HSL154.97º97.42%30.39%-
HSV(B)154.97º98.69%60%-
XYZ13.2623.5313.52-
YUV100.67121.9757.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 153 (60.16% from 255) = 62.45%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=0.82%
G=62.45%
B=36.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2153900.9900.410.4154.9797.4230.39
Hex2995A63029289b611e
Octal22311321430515023314136
Binary101001100110110101100011010100110100010011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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