#30BF8D

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

Shades of Shamrock #30BF8D

Tints of Shamrock #30BF8D

Color information

#30BF8D (or 0x30BF8D) is unknown color: approx Shamrock. HEX triplet: 30, BF and 8D. RGB value is (48,191,141). Sum of RGB (Red+Green+Blue) = 48+191+141=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BF8D is #CF4072. Grayscale: #8E8E8E. Windows color (decimal): -13582451 or 9289520. OLE color: 9289520.

HSL color Cylindrical-coordinate representation of color #30BF8D: hue angle of 159.02º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF8D is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB48191141-
CMYK0.7500.260.25
HSL159.02º59.83%46.86%-
HSV(B)159.02º74.87%74.9%-
XYZ24.6639.8131.58-
YUV142.54127.1260.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.63%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=12.63%
G=50.26%
B=37.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911410.7500.260.25159.0259.8346.86
Hex30BF8D4B01A199f3c2f
Octal60277215113032312377457
Binary110000101111111000110110010110110101100110011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,191,141); }

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

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

 a { background-color: rgb(48,191,141); }

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

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

 span { border-color: rgb(48,191,141); }

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