Html Css Color HEX #309875 Gossamer

📋 copy color: '#309875'

red 48 ◦ green 152 ◦ blue 117

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

Shades of Gossamer #309875

Tints of Gossamer #309875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.95%

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

R = 15.14%
G = 47.95%
B = 36.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#309875 (or 0x309875) is known color: Gossamer. HEX triplet: 30, 98 and 75. RGB value is (48,152,117). Sum of RGB (Red+Green+Blue) = 48+152+117=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #309875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309875 is #CF678A. Grayscale: #747474. Windows color (decimal): -13592459 or 7706672. OLE color: 7706672.

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

Color convert

RGB 48 152 117 -
CMYK 0.68 0 0.23 0.40
HSL 159.81º 0.52% 0.39% -
HSV(B) 159.81º 0.68% 0.6% -
XYZ 15.66 24.37 20.71 -
YUV 116.91 128.04 78.85 -
System Red Green Blue C M Y K H S L
Decimal 48 152 117 0.68 0 0.23 0.40 159.81 0.52 0.39
Hex 30 98 75 44 0 17 28 A0 34 27
Octal 60 230 165 104 0 27 50 240 64 47
Binary 110000 10011000 1110101 1000100 0 10111 101000 10100000 110100 100111

Color Harmonies of #309875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309875

Black with #309875

Text Example


Text Example

White with #309875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309875; }

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

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

background-color css

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

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

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

border-color css

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

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

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