Html Css Color HEX #309283 Gossamer

📋 copy color: '#309283'

red 48 ◦ green 146 ◦ blue 131

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

Shades of Gossamer #309283

Tints of Gossamer #309283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 14.77%
G = 44.92%
B = 40.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#309283 (or 0x309283) is known color: Gossamer. HEX triplet: 30, 92 and 83. RGB value is (48,146,131). Sum of RGB (Red+Green+Blue) = 48+146+131=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #309283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309283 is #CF6D7C. Grayscale: #727272. Windows color (decimal): -13593981 or 8622640. OLE color: 8622640.

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

Color convert

RGB 48 146 131 -
CMYK 0.67 0 0.10 0.43
HSL 170.82º 0.51% 0.38% -
HSV(B) 170.82º 0.67% 0.57% -
XYZ 15.59 22.82 25.06 -
YUV 114.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 48 146 131 0.67 0 0.10 0.43 170.82 0.51 0.38
Hex 30 92 83 43 0 A 2B AB 33 26
Octal 60 222 203 103 0 12 53 253 63 46
Binary 110000 10010010 10000011 1000011 0 1010 101011 10101011 110011 100110

Color Harmonies of #309283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309283

Black with #309283

Text Example


Text Example

White with #309283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309283; }

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

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

background-color css

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

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

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

border-color css

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

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

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