Html Css Color HEX #30C985 Shamrock

📋 copy color: '#30C985'

red 48 ◦ green 201 ◦ blue 133

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

Shades of Shamrock #30C985

Tints of Shamrock #30C985

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.62%

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 12.57%
G = 52.62%
B = 34.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#30C985 (or 0x30C985) is known color: Shamrock. HEX triplet: 30, C9 and 85. RGB value is (48,201,133). Sum of RGB (Red+Green+Blue) = 48+201+133=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #30C985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C985 is #CF367A. Grayscale: #939393. Windows color (decimal): -13579899 or 8767792. OLE color: 8767792.

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

Color convert

RGB 48 201 133 -
CMYK 0.76 0 0.34 0.21
HSL 153.33º 0.61% 0.49% -
HSV(B) 153.33º 0.76% 0.79% -
XYZ 26.34 44.1 29.31 -
YUV 147.5 119.81 57.03 -
System Red Green Blue C M Y K H S L
Decimal 48 201 133 0.76 0 0.34 0.21 153.33 0.61 0.49
Hex 30 C9 85 4C 0 22 15 99 3D 31
Octal 60 311 205 114 0 42 25 231 75 61
Binary 110000 11001001 10000101 1001100 0 100010 10101 10011001 111101 110001

Color Harmonies of #30C985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C985

Black with #30C985

Text Example


Text Example

White with #30C985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,201,133); }

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

background-color css

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

 a { background-color: rgb(48,201,133); }

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

border-color css

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

 span { border-color: rgb(48,201,133); }

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