Html Css Color HEX #309A83 Gossamer

📋 copy color: '#309A83'

red 48 ◦ green 154 ◦ blue 131

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

Shades of Gossamer #309A83

Tints of Gossamer #309A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.25%

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

R = 14.41%
G = 46.25%
B = 39.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#309A83 (or 0x309A83) is known color: Gossamer. HEX triplet: 30, 9A and 83. RGB value is (48,154,131). Sum of RGB (Red+Green+Blue) = 48+154+131=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #309A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309A83 is #CF657C. Grayscale: #777777. Windows color (decimal): -13591933 or 8624688. OLE color: 8624688.

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

Color convert

RGB 48 154 131 -
CMYK 0.69 0 0.15 0.40
HSL 166.98º 0.52% 0.4% -
HSV(B) 166.98º 0.69% 0.6% -
XYZ 16.87 25.38 25.48 -
YUV 119.68 134.38 76.87 -
System Red Green Blue C M Y K H S L
Decimal 48 154 131 0.69 0 0.15 0.40 166.98 0.52 0.4
Hex 30 9A 83 45 0 F 28 A7 34 28
Octal 60 232 203 105 0 17 50 247 64 50
Binary 110000 10011010 10000011 1000101 0 1111 101000 10100111 110100 101000

Color Harmonies of #309A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309A83

Black with #309A83

Text Example


Text Example

White with #309A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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