Html Css Color HEX #308D82 Gossamer

📋 copy color: '#308D82'

red 48 ◦ green 141 ◦ blue 130

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

Shades of Gossamer #308D82

Tints of Gossamer #308D82

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.2%

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

R = 15.05%
G = 44.2%
B = 40.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#308D82 (or 0x308D82) is known color: Gossamer. HEX triplet: 30, 8D and 82. RGB value is (48,141,130). Sum of RGB (Red+Green+Blue) = 48+141+130=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #308D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D82 is #CF727D. Grayscale: #6F6F6F. Windows color (decimal): -13595262 or 8555824. OLE color: 8555824.

HSL color Cylindrical-coordinate representation of color #308D82: hue angle of 172.9º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D82 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 130 -
CMYK 0.66 0 0.08 0.45
HSL 172.9º 0.49% 0.37% -
HSV(B) 172.9º 0.66% 0.55% -
XYZ 14.77 21.29 24.45 -
YUV 111.94 138.19 82.39 -
System Red Green Blue C M Y K H S L
Decimal 48 141 130 0.66 0 0.08 0.45 172.9 0.49 0.37
Hex 30 8D 82 42 0 8 2D AD 31 25
Octal 60 215 202 102 0 10 55 255 61 45
Binary 110000 10001101 10000010 1000010 0 1000 101101 10101101 110001 100101

Color Harmonies of #308D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D82

Black with #308D82

Text Example


Text Example

White with #308D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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