Html Css Color HEX #309881 Gossamer

📋 copy color: '#309881'

red 48 ◦ green 152 ◦ blue 129

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

Shades of Gossamer #309881

Tints of Gossamer #309881

RGB

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

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

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

R = 14.59%
G = 46.2%
B = 39.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#309881 (or 0x309881) is known color: Gossamer. HEX triplet: 30, 98 and 81. RGB value is (48,152,129). Sum of RGB (Red+Green+Blue) = 48+152+129=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #309881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309881 is #CF677E. Grayscale: #767676. Windows color (decimal): -13592447 or 8493104. OLE color: 8493104.

HSL color Cylindrical-coordinate representation of color #309881: hue angle of 166.73º 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 #309881 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 129 -
CMYK 0.68 0 0.15 0.40
HSL 166.73º 0.52% 0.39% -
HSV(B) 166.73º 0.68% 0.6% -
XYZ 16.41 24.67 24.67 -
YUV 118.28 134.04 77.87 -
System Red Green Blue C M Y K H S L
Decimal 48 152 129 0.68 0 0.15 0.40 166.73 0.52 0.39
Hex 30 98 81 44 0 F 28 A7 34 27
Octal 60 230 201 104 0 17 50 247 64 47
Binary 110000 10011000 10000001 1000100 0 1111 101000 10100111 110100 100111

Color Harmonies of #309881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309881

Black with #309881

Text Example


Text Example

White with #309881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309881; }

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

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

background-color css

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

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

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

border-color css

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

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

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