Html Css Color HEX #30C08D Shamrock

📋 copy color: '#30C08D'

red 48 ◦ green 192 ◦ blue 141

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

Shades of Shamrock #30C08D

Tints of Shamrock #30C08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 12.6%
G = 50.39%
B = 37.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#30C08D (or 0x30C08D) is known color: Shamrock. HEX triplet: 30, C0 and 8D. RGB value is (48,192,141). Sum of RGB (Red+Green+Blue) = 48+192+141=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #30C08D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C08D is #CF3F72. Grayscale: #8F8F8F. Windows color (decimal): -13582195 or 9289776. OLE color: 9289776.

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

Color convert

RGB 48 192 141 -
CMYK 0.75 0 0.27 0.25
HSL 158.75º 0.6% 0.47% -
HSV(B) 158.75º 0.75% 0.75% -
XYZ 24.88 40.25 31.66 -
YUV 143.13 126.79 60.15 -
System Red Green Blue C M Y K H S L
Decimal 48 192 141 0.75 0 0.27 0.25 158.75 0.6 0.47
Hex 30 C0 8D 4B 0 1B 19 9F 3C 2F
Octal 60 300 215 113 0 33 31 237 74 57
Binary 110000 11000000 10001101 1001011 0 11011 11001 10011111 111100 101111

Color Harmonies of #30C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C08D

Black with #30C08D

Text Example


Text Example

White with #30C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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