#30F29F

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

Shades of Shamrock #30F29F

Tints of Shamrock #30F29F

Color information

#30F29F (or 0x30F29F) is unknown color: approx Shamrock. HEX triplet: 30, F2 and 9F. RGB value is (48,242,159). Sum of RGB (Red+Green+Blue) = 48+242+159=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #30F29F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F29F is #CF0D60. Grayscale: #AEAEAE. Windows color (decimal): -13569377 or 10482224. OLE color: 10482224.

HSL color Cylindrical-coordinate representation of color #30F29F: hue angle of 154.33º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F29F is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB48242159-
CMYK0.8000.340.05
HSL154.33º88.18%56.86%-
HSV(B)154.33º80.17%94.9%-
XYZ39.2366.6443.6-
YUV174.53119.2337.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.69%
GREEN value IS 242 (94.92% from 255) = 53.90%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=10.69%
G=53.90%
B=35.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482421590.8000.340.05154.3388.1856.86
Hex30F29F5002259a5839
Octal60362237120042523213071
Binary110000111100101001111110100000100010101100110101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30F29F; }

 p { color: rgb(48,242,159); }

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

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

 a { background-color: rgb(48,242,159); }

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

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

 span { border-color: rgb(48,242,159); }

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