Html Css Color HEX #309082 Gossamer

📋 copy color: '#309082'

red 48 ◦ green 144 ◦ blue 130

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

Shades of Gossamer #309082

Tints of Gossamer #309082

RGB

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

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

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

R = 14.91%
G = 44.72%
B = 40.37%

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

#309082 (or 0x309082) is known color: Gossamer. HEX triplet: 30, 90 and 82. RGB value is (48,144,130). Sum of RGB (Red+Green+Blue) = 48+144+130=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #309082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309082 is #CF6F7D. Grayscale: #717171. Windows color (decimal): -13594494 or 8556592. OLE color: 8556592.

HSL color Cylindrical-coordinate representation of color #309082: hue angle of 171.25º 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 #309082 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 130 -
CMYK 0.67 0 0.10 0.44
HSL 171.25º 0.5% 0.38% -
HSV(B) 171.25º 0.67% 0.56% -
XYZ 15.22 22.19 24.6 -
YUV 113.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 48 144 130 0.67 0 0.10 0.44 171.25 0.5 0.38
Hex 30 90 82 43 0 A 2C AB 32 26
Octal 60 220 202 103 0 12 54 253 62 46
Binary 110000 10010000 10000010 1000011 0 1010 101100 10101011 110010 100110

Color Harmonies of #309082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309082

Black with #309082

Text Example


Text Example

White with #309082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309082; }

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

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

background-color css

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

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

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

border-color css

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

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

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