#30C88F

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

Shades of Shamrock #30C88F

Tints of Shamrock #30C88F

Color information

#30C88F (or 0x30C88F) is unknown color: approx Shamrock. HEX triplet: 30, C8 and 8F. RGB value is (48,200,143). Sum of RGB (Red+Green+Blue) = 48+200+143=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #30C88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C88F is #CF3770. Grayscale: #949494. Windows color (decimal): -13580145 or 9422896. OLE color: 9422896.

HSL color Cylindrical-coordinate representation of color #30C88F: hue angle of 157.5º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C88F is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB48200143-
CMYK0.7600.280.22
HSL157.5º61.29%48.63%-
HSV(B)157.5º76%78.43%-
XYZ26.8343.9233.05-
YUV148.05125.1456.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.28%
GREEN value IS 200 (78.52% from 255) = 51.15%
BLUE value IS 143 (56.25% from 255) = 36.57%
R=12.28%
G=51.15%
B=36.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal482001430.7600.280.22157.561.2948.63
Hex30C88F4C01C169e3d31
Octal60310217114034262367561
Binary110000110010001000111110011000111001011010011110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,200,143); }

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

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

 a { background-color: rgb(48,200,143); }

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

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

 span { border-color: rgb(48,200,143); }

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