#30D294

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

Shades of Shamrock #30D294

Tints of Shamrock #30D294

Color information

#30D294 (or 0x30D294) is unknown color: approx Shamrock. HEX triplet: 30, D2 and 94. RGB value is (48,210,148). Sum of RGB (Red+Green+Blue) = 48+210+148=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #30D294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D294 is #CF2D6B. Grayscale: #9A9A9A. Windows color (decimal): -13577580 or 9753136. OLE color: 9753136.

HSL color Cylindrical-coordinate representation of color #30D294: hue angle of 157.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D294 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB48210148-
CMYK0.7700.300.18
HSL157.04º64.29%50.59%-
HSV(B)157.04º77.14%82.35%-
XYZ29.6148.8635.89-
YUV154.49124.3352.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.82%
GREEN value IS 210 (82.42% from 255) = 51.72%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=11.82%
G=51.72%
B=36.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal482101480.7700.300.18157.0464.2950.59
Hex30D2944D01E129d4033
Octal603222241150362223510063
Binary1100001101001010010100100110101111010010100111011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,210,148); }

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

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

 a { background-color: rgb(48,210,148); }

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

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

 span { border-color: rgb(48,210,148); }

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