#30F792

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

Shades of Shamrock #30F792

Tints of Shamrock #30F792

Color information

#30F792 (or 0x30F792) is unknown color: approx Shamrock. HEX triplet: 30, F7 and 92. RGB value is (48,247,146). Sum of RGB (Red+Green+Blue) = 48+247+146=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #30F792 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F792 is #CF086D. Grayscale: #B0B0B0. Windows color (decimal): -13568110 or 9631536. OLE color: 9631536.

HSL color Cylindrical-coordinate representation of color #30F792: hue angle of 149.55º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F792 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB48247146-
CMYK0.8100.410.03
HSL149.55º92.56%57.84%-
HSV(B)149.55º80.57%96.86%-
XYZ39.6769.2338.47-
YUV175.98111.0736.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.88%
GREEN value IS 247 (96.88% from 255) = 56.01%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=10.88%
G=56.01%
B=33.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal482471460.8100.410.03149.5592.5657.84
Hex30F792510293965d3a
Octal60367222121051322613572
Binary11000011110111100100101010001010100111100101101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,247,146); }

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

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

 a { background-color: rgb(48,247,146); }

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

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

 span { border-color: rgb(48,247,146); }

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