Html Css Color HEX #308F79 Gossamer

📋 copy color: '#308F79'

red 48 ◦ green 143 ◦ blue 121

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

Shades of Gossamer #308F79

Tints of Gossamer #308F79

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.83%

 BLUE value IS 121 (47.66% from 255) = 38.78%

R = 15.38%
G = 45.83%
B = 38.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#308F79 (or 0x308F79) is known color: Gossamer. HEX triplet: 30, 8F and 79. RGB value is (48,143,121). Sum of RGB (Red+Green+Blue) = 48+143+121=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #308F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F79 is #CF7086. Grayscale: #707070. Windows color (decimal): -13594759 or 7966512. OLE color: 7966512.

HSL color Cylindrical-coordinate representation of color #308F79: hue angle of 166.11º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F79 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 143 121 -
CMYK 0.66 0 0.15 0.44
HSL 166.11º 0.5% 0.37% -
HSV(B) 166.11º 0.66% 0.56% -
XYZ 14.49 21.65 21.5 -
YUV 112.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 48 143 121 0.66 0 0.15 0.44 166.11 0.5 0.37
Hex 30 8F 79 42 0 F 2C A6 32 25
Octal 60 217 171 102 0 17 54 246 62 45
Binary 110000 10001111 1111001 1000010 0 1111 101100 10100110 110010 100101

Color Harmonies of #308F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F79

Black with #308F79

Text Example


Text Example

White with #308F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,143,121); }

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

background-color css

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

 a { background-color: rgb(48,143,121); }

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

border-color css

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

 span { border-color: rgb(48,143,121); }

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