Html Css Color HEX #309975 Gossamer

📋 copy color: '#309975'

red 48 ◦ green 153 ◦ blue 117

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

Shades of Gossamer #309975

Tints of Gossamer #309975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.11%

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 15.09%
G = 48.11%
B = 36.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#309975 (or 0x309975) is known color: Gossamer. HEX triplet: 30, 99 and 75. RGB value is (48,153,117). Sum of RGB (Red+Green+Blue) = 48+153+117=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #309975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309975 is #CF668A. Grayscale: #757575. Windows color (decimal): -13592203 or 7706928. OLE color: 7706928.

HSL color Cylindrical-coordinate representation of color #309975: hue angle of 159.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309975 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 117 -
CMYK 0.69 0 0.24 0.4
HSL 159.43º 0.52% 0.39% -
HSV(B) 159.43º 0.69% 0.6% -
XYZ 15.82 24.7 20.76 -
YUV 117.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 48 153 117 0.69 0 0.24 0.4 159.43 0.52 0.39
Hex 30 99 75 45 0 18 28 9F 34 27
Octal 60 231 165 105 0 30 50 237 64 47
Binary 110000 10011001 1110101 1000101 0 11000 101000 10011111 110100 100111

Color Harmonies of #309975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309975

Black with #309975

Text Example


Text Example

White with #309975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309975; }

 p { color: rgb(48,153,117); }

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

background-color css

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

 a { background-color: rgb(48,153,117); }

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

border-color css

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

 span { border-color: rgb(48,153,117); }

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