Html Css Color HEX #30958A Gossamer

📋 copy color: '#30958A'

red 48 ◦ green 149 ◦ blue 138

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

Shades of Gossamer #30958A

Tints of Gossamer #30958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 14.33%
G = 44.48%
B = 41.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#30958A (or 0x30958A) is known color: Gossamer. HEX triplet: 30, 95 and 8A. RGB value is (48,149,138). Sum of RGB (Red+Green+Blue) = 48+149+138=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #30958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30958A is #CF6A75. Grayscale: #757575. Windows color (decimal): -13593206 or 9082160. OLE color: 9082160.

HSL color Cylindrical-coordinate representation of color #30958A: hue angle of 173.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30958A is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 138 -
CMYK 0.68 0 0.07 0.42
HSL 173.47º 0.51% 0.39% -
HSV(B) 173.47º 0.68% 0.58% -
XYZ 16.55 23.96 27.8 -
YUV 117.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 48 149 138 0.68 0 0.07 0.42 173.47 0.51 0.39
Hex 30 95 8A 44 0 7 2A AD 33 27
Octal 60 225 212 104 0 7 52 255 63 47
Binary 110000 10010101 10001010 1000100 0 111 101010 10101101 110011 100111

Color Harmonies of #30958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30958A

Black with #30958A

Text Example


Text Example

White with #30958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30958A; }

 p { color: rgb(48,149,138); }

 H1.HeaderClassName
 {
   color: #30958A;
 }
 .AnyTagClassName
 {
   color: #30958A;
 }
</style>

background-color css

<style>
 a { background-color: #30958A; }

 a { background-color: rgb(48,149,138); }

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

border-color css

<style>
 span { border-color: #30958A; }

 span { border-color: rgb(48,149,138); }

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