#02995B

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

Shades of Shamrock Green #02995B

Tints of Shamrock Green #02995B

Color information

#02995B (or 0x02995B) is unknown color: approx Shamrock Green. HEX triplet: 02, 99 and 5B. RGB value is (2,153,91). Sum of RGB (Red+Green+Blue) = 2+153+91=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #02995B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02995B is #FD66A4. Grayscale: #646464. Windows color (decimal): -16606885 or 6002946. OLE color: 6002946.

HSL color Cylindrical-coordinate representation of color #02995B: hue angle of 155.36º 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 #02995B is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB215391-
CMYK0.9900.410.4
HSL155.36º97.42%30.39%-
HSV(B)155.36º98.69%60%-
XYZ13.323.5513.74-
YUV100.78122.4757.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 153 (60.16% from 255) = 62.20%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=0.81%
G=62.20%
B=36.99%

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
Decimal2153910.9900.410.4155.3697.4230.39
Hex2995B63029289b611e
Octal22311331430515023314136
Binary101001100110110111100011010100110100010011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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