#02925E

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

Shades of Shamrock Green #02925E

Tints of Shamrock Green #02925E

Color information

#02925E (or 0x02925E) is unknown color: approx Shamrock Green. HEX triplet: 02, 92 and 5E. RGB value is (2,146,94). Sum of RGB (Red+Green+Blue) = 2+146+94=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #02925E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02925E is #FD6DA1. Grayscale: #616161. Windows color (decimal): -16608674 or 6197762. OLE color: 6197762.

HSL color Cylindrical-coordinate representation of color #02925E: hue angle of 158.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02925E is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB214694-
CMYK0.9900.360.43
HSL158.33º97.3%29.02%-
HSV(B)158.33º98.63%57.25%-
XYZ12.3221.3814.07-
YUV97.02126.2960.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 146 (57.42% from 255) = 60.33%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=0.83%
G=60.33%
B=38.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146940.9900.360.43158.3397.329.02
Hex2925E630242B9e611d
Octal22221361430445323614135
Binary101001001010111101100011010010010101110011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02925E; }

 p { color: rgb(2,146,94); }

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

<style>
 a { background-color: #02925E; }

 a { background-color: rgb(2,146,94); }

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

<style>
 span { border-color: #02925E; }

 span { border-color: rgb(2,146,94); }

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