Html Css Color HEX #30C089 Shamrock

📋 copy color: '#30C089'

red 48 ◦ green 192 ◦ blue 137

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

Shades of Shamrock #30C089

Tints of Shamrock #30C089

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.93%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 12.73%
G = 50.93%
B = 36.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#30C089 (or 0x30C089) is known color: Shamrock. HEX triplet: 30, C0 and 89. RGB value is (48,192,137). Sum of RGB (Red+Green+Blue) = 48+192+137=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #30C089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C089 is #CF3F76. Grayscale: #8E8E8E. Windows color (decimal): -13582199 or 9027632. OLE color: 9027632.

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

Color convert

RGB 48 192 137 -
CMYK 0.75 0 0.29 0.25
HSL 157.08º 0.6% 0.47% -
HSV(B) 157.08º 0.75% 0.75% -
XYZ 24.58 40.13 30.12 -
YUV 142.67 124.79 60.47 -
System Red Green Blue C M Y K H S L
Decimal 48 192 137 0.75 0 0.29 0.25 157.08 0.6 0.47
Hex 30 C0 89 4B 0 1D 19 9D 3C 2F
Octal 60 300 211 113 0 35 31 235 74 57
Binary 110000 11000000 10001001 1001011 0 11101 11001 10011101 111100 101111

Color Harmonies of #30C089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C089

Black with #30C089

Text Example


Text Example

White with #30C089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,192,137); }

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

background-color css

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

 a { background-color: rgb(48,192,137); }

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

border-color css

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

 span { border-color: rgb(48,192,137); }

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