Html Css Color HEX #309F84 Gossamer

📋 copy color: '#309F84'

red 48 ◦ green 159 ◦ blue 132

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

Shades of Gossamer #309F84

Tints of Gossamer #309F84

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.9%

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 14.16%
G = 46.9%
B = 38.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#309F84 (or 0x309F84) is known color: Gossamer. HEX triplet: 30, 9F and 84. RGB value is (48,159,132). Sum of RGB (Red+Green+Blue) = 48+159+132=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #309F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309F84 is #CF607B. Grayscale: #7A7A7A. Windows color (decimal): -13590652 or 8691504. OLE color: 8691504.

HSL color Cylindrical-coordinate representation of color #309F84: hue angle of 165.41º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F84 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 159 132 -
CMYK 0.70 0 0.17 0.38
HSL 165.41º 0.54% 0.41% -
HSV(B) 165.41º 0.7% 0.62% -
XYZ 17.78 27.09 26.12 -
YUV 122.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 48 159 132 0.70 0 0.17 0.38 165.41 0.54 0.41
Hex 30 9F 84 46 0 11 26 A5 36 29
Octal 60 237 204 106 0 21 46 245 66 51
Binary 110000 10011111 10000100 1000110 0 10001 100110 10100101 110110 101001

Color Harmonies of #309F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309F84

Black with #309F84

Text Example


Text Example

White with #309F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309F84; }

 p { color: rgb(48,159,132); }

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

background-color css

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

 a { background-color: rgb(48,159,132); }

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

border-color css

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

 span { border-color: rgb(48,159,132); }

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