Html Css Color HEX #309081 Gossamer

📋 copy color: '#309081'

red 48 ◦ green 144 ◦ blue 129

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

Shades of Gossamer #309081

Tints of Gossamer #309081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.86%

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

R = 14.95%
G = 44.86%
B = 40.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#309081 (or 0x309081) is known color: Gossamer. HEX triplet: 30, 90 and 81. RGB value is (48,144,129). Sum of RGB (Red+Green+Blue) = 48+144+129=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #309081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309081 is #CF6F7E. Grayscale: #717171. Windows color (decimal): -13594495 or 8491056. OLE color: 8491056.

HSL color Cylindrical-coordinate representation of color #309081: hue angle of 170.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309081 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 129 -
CMYK 0.67 0 0.10 0.44
HSL 170.63º 0.5% 0.38% -
HSV(B) 170.63º 0.67% 0.56% -
XYZ 15.15 22.16 24.25 -
YUV 113.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 48 144 129 0.67 0 0.10 0.44 170.63 0.5 0.38
Hex 30 90 81 43 0 A 2C AB 32 26
Octal 60 220 201 103 0 12 54 253 62 46
Binary 110000 10010000 10000001 1000011 0 1010 101100 10101011 110010 100110

Color Harmonies of #309081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309081

Black with #309081

Text Example


Text Example

White with #309081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309081; }

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

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

background-color css

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

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

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

border-color css

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

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

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