Html Css Color HEX #309275 Gossamer

📋 copy color: '#309275'

red 48 ◦ green 146 ◦ blue 117

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

Shades of Gossamer #309275

Tints of Gossamer #309275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

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

R = 15.43%
G = 46.95%
B = 37.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#309275 (or 0x309275) is known color: Gossamer. HEX triplet: 30, 92 and 75. RGB value is (48,146,117). Sum of RGB (Red+Green+Blue) = 48+146+117=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #309275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309275 is #CF6D8A. Grayscale: #717171. Windows color (decimal): -13593995 or 7705136. OLE color: 7705136.

HSL color Cylindrical-coordinate representation of color #309275: hue angle of 162.24º degrees, saturation: 0.51, 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 #309275 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 117 -
CMYK 0.67 0 0.20 0.43
HSL 162.24º 0.51% 0.38% -
HSV(B) 162.24º 0.67% 0.57% -
XYZ 14.71 22.47 20.39 -
YUV 113.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 48 146 117 0.67 0 0.20 0.43 162.24 0.51 0.38
Hex 30 92 75 43 0 14 2B A2 33 26
Octal 60 222 165 103 0 24 53 242 63 46
Binary 110000 10010010 1110101 1000011 0 10100 101011 10100010 110011 100110

Color Harmonies of #309275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309275

Black with #309275

Text Example


Text Example

White with #309275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309275; }

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

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

background-color css

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

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

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

border-color css

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

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

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