#30CC92

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

Shades of Shamrock #30CC92

Tints of Shamrock #30CC92

Color information

#30CC92 (or 0x30CC92) is unknown color: approx Shamrock. HEX triplet: 30, CC and 92. RGB value is (48,204,146). Sum of RGB (Red+Green+Blue) = 48+204+146=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CC92 is #CF336D. Grayscale: #969696. Windows color (decimal): -13579118 or 9620528. OLE color: 9620528.

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

Color convert

RGB48204146-
CMYK0.7600.280.2
HSL157.69º61.9%49.41%-
HSV(B)157.69º76.47%80%-
XYZ2845.8934.58-
YUV150.74125.3254.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.06%
GREEN value IS 204 (80.08% from 255) = 51.26%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=12.06%
G=51.26%
B=36.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal482041460.7600.280.2157.6961.949.41
Hex30CC924C01C149e3e31
Octal60314222114034242367661
Binary110000110011001001001010011000111001010010011110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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