Html Css Color HEX #309182 Gossamer

📋 copy color: '#309182'

red 48 ◦ green 145 ◦ blue 130

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

Shades of Gossamer #309182

Tints of Gossamer #309182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

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

R = 14.86%
G = 44.89%
B = 40.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#309182 (or 0x309182) is known color: Gossamer. HEX triplet: 30, 91 and 82. RGB value is (48,145,130). Sum of RGB (Red+Green+Blue) = 48+145+130=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #309182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309182 is #CF6E7D. Grayscale: #727272. Windows color (decimal): -13594238 or 8556848. OLE color: 8556848.

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

Color convert

RGB 48 145 130 -
CMYK 0.67 0 0.10 0.43
HSL 170.72º 0.5% 0.38% -
HSV(B) 170.72º 0.67% 0.57% -
XYZ 15.37 22.49 24.65 -
YUV 114.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 48 145 130 0.67 0 0.10 0.43 170.72 0.5 0.38
Hex 30 91 82 43 0 A 2B AB 32 26
Octal 60 221 202 103 0 12 53 253 62 46
Binary 110000 10010001 10000010 1000011 0 1010 101011 10101011 110010 100110

Color Harmonies of #309182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309182

Black with #309182

Text Example


Text Example

White with #309182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309182; }

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

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

background-color css

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

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

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

border-color css

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

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

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