#02965B

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

Shades of Shamrock Green #02965B

Tints of Shamrock Green #02965B

Color information

#02965B (or 0x02965B) is unknown color: approx Shamrock Green. HEX triplet: 02, 96 and 5B. RGB value is (2,150,91). Sum of RGB (Red+Green+Blue) = 2+150+91=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #02965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02965B is #FD69A4. Grayscale: #636363. Windows color (decimal): -16607653 or 6002178. OLE color: 6002178.

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

Color convert

RGB215091-
CMYK0.9900.390.41
HSL156.08º97.37%29.8%-
HSV(B)156.08º98.67%58.82%-
XYZ12.8222.5813.58-
YUV99.02123.4758.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 150 (58.98% from 255) = 61.73%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=0.82%
G=61.73%
B=37.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2150910.9900.390.41156.0897.3729.8
Hex2965B63027299c611e
Octal22261331430475123414136
Binary101001011010110111100011010011110100110011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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