#02995F

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

Shades of Shamrock Green #02995F

Tints of Shamrock Green #02995F

Color information

#02995F (or 0x02995F) is unknown color: approx Shamrock Green. HEX triplet: 02, 99 and 5F. RGB value is (2,153,95). Sum of RGB (Red+Green+Blue) = 2+153+95=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #02995F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02995F is #FD66A0. Grayscale: #656565. Windows color (decimal): -16606881 or 6265090. OLE color: 6265090.

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

Color convert

RGB215395-
CMYK0.9900.380.4
HSL156.95º97.42%30.39%-
HSV(B)156.95º98.69%60%-
XYZ13.4823.6214.68-
YUV101.24124.4757.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.8%
GREEN value IS 153 (60.16% from 255) = 61.2%
BLUE value IS 95 (37.5% from 255) = 38%
R=0.8%
G=61.2%
B=38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2153950.9900.380.4156.9597.4230.39
Hex2995F63026289d611e
Octal22311371430465023514136
Binary101001100110111111100011010011010100010011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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