Html Css Color HEX #309781 Gossamer

📋 copy color: '#309781'

red 48 ◦ green 151 ◦ blue 129

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

Shades of Gossamer #309781

Tints of Gossamer #309781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.04%

 BLUE value IS 129 (50.78% from 255) = 39.33%

R = 14.63%
G = 46.04%
B = 39.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#309781 (or 0x309781) is known color: Gossamer. HEX triplet: 30, 97 and 81. RGB value is (48,151,129). Sum of RGB (Red+Green+Blue) = 48+151+129=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #309781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309781 is #CF687E. Grayscale: #757575. Windows color (decimal): -13592703 or 8492848. OLE color: 8492848.

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

Color convert

RGB 48 151 129 -
CMYK 0.68 0 0.15 0.41
HSL 167.18º 0.52% 0.39% -
HSV(B) 167.18º 0.68% 0.59% -
XYZ 16.25 24.35 24.61 -
YUV 117.7 134.38 78.29 -
System Red Green Blue C M Y K H S L
Decimal 48 151 129 0.68 0 0.15 0.41 167.18 0.52 0.39
Hex 30 97 81 44 0 F 29 A7 34 27
Octal 60 227 201 104 0 17 51 247 64 47
Binary 110000 10010111 10000001 1000100 0 1111 101001 10100111 110100 100111

Color Harmonies of #309781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309781

Black with #309781

Text Example


Text Example

White with #309781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309781; }

 p { color: rgb(48,151,129); }

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

background-color css

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

 a { background-color: rgb(48,151,129); }

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

border-color css

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

 span { border-color: rgb(48,151,129); }

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