#30BF94

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

Shades of Shamrock #30BF94

Tints of Shamrock #30BF94

Color information

#30BF94 (or 0x30BF94) is unknown color: approx Shamrock. HEX triplet: 30, BF and 94. RGB value is (48,191,148). Sum of RGB (Red+Green+Blue) = 48+191+148=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BF94 is #CF406B. Grayscale: #8F8F8F. Windows color (decimal): -13582444 or 9748272. OLE color: 9748272.

HSL color Cylindrical-coordinate representation of color #30BF94: hue angle of 161.96º 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 #30BF94 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB48191148-
CMYK0.7500.230.25
HSL161.96º59.83%46.86%-
HSV(B)161.96º74.87%74.9%-
XYZ25.240.0334.42-
YUV143.34130.6260-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.40%
GREEN value IS 191 (75% from 255) = 49.35%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=12.40%
G=49.35%
B=38.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911480.7500.230.25161.9659.8346.86
Hex30BF944B01719a23c2f
Octal60277224113027312427457
Binary110000101111111001010010010110101111100110100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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