#02965C

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

Shades of Shamrock Green #02965C

Tints of Shamrock Green #02965C

Color information

#02965C (or 0x02965C) is unknown color: approx Shamrock Green. HEX triplet: 02, 96 and 5C. RGB value is (2,150,92). Sum of RGB (Red+Green+Blue) = 2+150+92=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #02965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02965C is #FD69A3. Grayscale: #636363. Windows color (decimal): -16607652 or 6067714. OLE color: 6067714.

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

Color convert

RGB215092-
CMYK0.9900.390.41
HSL156.49º97.37%29.8%-
HSV(B)156.49º98.67%58.82%-
XYZ12.8622.613.81-
YUV99.14123.9758.72-

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.48%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=0.82%
G=61.48%
B=37.70%

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
Decimal2150920.9900.390.41156.4997.3729.8
Hex2965C63027299c611e
Octal22261341430475123414136
Binary101001011010111001100011010011110100110011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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