Html Css Color HEX #30E192 Shamrock

📋 copy color: '#30E192'

red 48 ◦ green 225 ◦ blue 146

#30E192
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #30E192

Tints of Shamrock #30E192

RGB

 RED value IS 48 (19.14% from 255) = 11.46%

 GREEN value IS 225 (88.28% from 255) = 53.7%

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 11.46%
G = 53.7%
B = 34.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#30E192 (or 0x30E192) is known color: Shamrock. HEX triplet: 30, E1 and 92. RGB value is (48,225,146). Sum of RGB (Red+Green+Blue) = 48+225+146=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #30E192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E192 is #CF1E6D. Grayscale: #A3A3A3. Windows color (decimal): -13573742 or 9625904. OLE color: 9625904.

HSL color Cylindrical-coordinate representation of color #30E192: hue angle of 153.22º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E192 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 225 146 -
CMYK 0.79 0 0.35 0.12
HSL 153.22º 0.75% 0.54% -
HSV(B) 153.22º 0.79% 0.88% -
XYZ 33.33 56.55 36.35 -
YUV 163.07 118.36 45.92 -
System Red Green Blue C M Y K H S L
Decimal 48 225 146 0.79 0 0.35 0.12 153.22 0.75 0.54
Hex 30 E1 92 4F 0 23 C 99 4B 36
Octal 60 341 222 117 0 43 14 231 113 66
Binary 110000 11100001 10010010 1001111 0 100011 1100 10011001 1001011 110110

Color Harmonies of #30E192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E192

Black with #30E192

Text Example


Text Example

White with #30E192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30E192;
 }
 .AnyTagClassName
 {
   color: #30E192;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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