Html Css Color HEX #30C68C Shamrock

📋 copy color: '#30C68C'

red 48 ◦ green 198 ◦ blue 140

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

Shades of Shamrock #30C68C

Tints of Shamrock #30C68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.3%

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 12.44%
G = 51.3%
B = 36.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#30C68C (or 0x30C68C) is known color: Shamrock. HEX triplet: 30, C6 and 8C. RGB value is (48,198,140). Sum of RGB (Red+Green+Blue) = 48+198+140=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #30C68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C68C is #CF3973. Grayscale: #929292. Windows color (decimal): -13580660 or 9225776. OLE color: 9225776.

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

Color convert

RGB 48 198 140 -
CMYK 0.76 0 0.29 0.22
HSL 156.8º 0.61% 0.48% -
HSV(B) 156.8º 0.76% 0.78% -
XYZ 26.15 42.91 31.72 -
YUV 146.54 124.31 57.72 -
System Red Green Blue C M Y K H S L
Decimal 48 198 140 0.76 0 0.29 0.22 156.8 0.61 0.48
Hex 30 C6 8C 4C 0 1D 16 9D 3D 30
Octal 60 306 214 114 0 35 26 235 75 60
Binary 110000 11000110 10001100 1001100 0 11101 10110 10011101 111101 110000

Color Harmonies of #30C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C68C

Black with #30C68C

Text Example


Text Example

White with #30C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,198,140); }

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

background-color css

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

 a { background-color: rgb(48,198,140); }

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

border-color css

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

 span { border-color: rgb(48,198,140); }

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