Html Css Color HEX #309882 Gossamer

📋 copy color: '#309882'

red 48 ◦ green 152 ◦ blue 130

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

Shades of Gossamer #309882

Tints of Gossamer #309882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.06%

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 14.55%
G = 46.06%
B = 39.39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#309882 (or 0x309882) is known color: Gossamer. HEX triplet: 30, 98 and 82. RGB value is (48,152,130). Sum of RGB (Red+Green+Blue) = 48+152+130=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #309882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309882 is #CF677D. Grayscale: #767676. Windows color (decimal): -13592446 or 8558640. OLE color: 8558640.

HSL color Cylindrical-coordinate representation of color #309882: hue angle of 167.31º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309882 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 130 -
CMYK 0.68 0 0.14 0.40
HSL 167.31º 0.52% 0.39% -
HSV(B) 167.31º 0.68% 0.6% -
XYZ 16.48 24.7 25.02 -
YUV 118.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 48 152 130 0.68 0 0.14 0.40 167.31 0.52 0.39
Hex 30 98 82 44 0 E 28 A7 34 27
Octal 60 230 202 104 0 16 50 247 64 47
Binary 110000 10011000 10000010 1000100 0 1110 101000 10100111 110100 100111

Color Harmonies of #309882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309882

Black with #309882

Text Example


Text Example

White with #309882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309882; }

 p { color: rgb(48,152,130); }

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

background-color css

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

 a { background-color: rgb(48,152,130); }

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

border-color css

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

 span { border-color: rgb(48,152,130); }

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