#02945C

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

Shades of Shamrock Green #02945C

Tints of Shamrock Green #02945C

Color information

#02945C (or 0x02945C) is unknown color: approx Shamrock Green. HEX triplet: 02, 94 and 5C. RGB value is (2,148,92). Sum of RGB (Red+Green+Blue) = 2+148+92=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #02945C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02945C is #FD6BA3. Grayscale: #626262. Windows color (decimal): -16608164 or 6067202. OLE color: 6067202.

HSL color Cylindrical-coordinate representation of color #02945C: hue angle of 156.99º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02945C is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB214892-
CMYK0.9900.380.42
HSL156.99º97.33%29.41%-
HSV(B)156.99º98.65%58.04%-
XYZ12.5521.9713.7-
YUV97.96124.6359.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 148 (58.20% from 255) = 61.16%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=0.83%
G=61.16%
B=38.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2148920.9900.380.42156.9997.3329.41
Hex2945C630262A9d611d
Octal22241341430465223514135
Binary101001010010111001100011010011010101010011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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