#02895C

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

Shades of Shamrock Green #02895C

Tints of Shamrock Green #02895C

Color information

#02895C (or 0x02895C) is unknown color: approx Shamrock Green. HEX triplet: 02, 89 and 5C. RGB value is (2,137,92). Sum of RGB (Red+Green+Blue) = 2+137+92=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #02895C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02895C is #FD76A3. Grayscale: #5B5B5B. Windows color (decimal): -16610980 or 6064386. OLE color: 6064386.

HSL color Cylindrical-coordinate representation of color #02895C: hue angle of 160º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02895C is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB213792-
CMYK0.9900.330.46
HSL160º97.12%27.25%-
HSV(B)160º98.54%53.73%-
XYZ10.918.6813.16-
YUV91.5128.2764.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 137 (53.91% from 255) = 59.31%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=0.87%
G=59.31%
B=39.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2137920.9900.330.4616097.1227.25
Hex2895C630212Ea0611b
Octal22111341430415624014133
Binary101000100110111001100011010000110111010100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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