#029252

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

Shades of Shamrock Green #029252

Tints of Shamrock Green #029252

Color information

#029252 (or 0x029252) is unknown color: approx Shamrock Green. HEX triplet: 02, 92 and 52. RGB value is (2,146,82). Sum of RGB (Red+Green+Blue) = 2+146+82=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 146 (57.42% from 255 or 63.48% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 146 - color contains mainly: green. Hex color #029252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029252 is #FD6DAD. Grayscale: #5F5F5F. Windows color (decimal): -16608686 or 5411330. OLE color: 5411330.

HSL color Cylindrical-coordinate representation of color #029252: hue angle of 153.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 #029252 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB214682-
CMYK0.9900.440.43
HSL153.33º97.3%29.02%-
HSV(B)153.33º98.63%57.25%-
XYZ11.8321.1811.45-
YUV95.65120.2961.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 146 (57.42% from 255) = 63.48%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=0.87%
G=63.48%
B=35.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146820.9900.440.43153.3397.329.02
Hex292526302C2B99611d
Octal22221221430545323114135
Binary101001001010100101100011010110010101110011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029252; }

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

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

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

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

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

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

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

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