Html Css Color HEX #30927B Gossamer

📋 copy color: '#30927B'

red 48 ◦ green 146 ◦ blue 123

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

Shades of Gossamer #30927B

Tints of Gossamer #30927B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 15.14%
G = 46.06%
B = 38.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#30927B (or 0x30927B) is known color: Gossamer. HEX triplet: 30, 92 and 7B. RGB value is (48,146,123). Sum of RGB (Red+Green+Blue) = 48+146+123=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #30927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30927B is #CF6D84. Grayscale: #727272. Windows color (decimal): -13593989 or 8098352. OLE color: 8098352.

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

Color convert

RGB 48 146 123 -
CMYK 0.67 0 0.16 0.43
HSL 165.92º 0.51% 0.38% -
HSV(B) 165.92º 0.67% 0.57% -
XYZ 15.07 22.62 22.31 -
YUV 114.08 133.03 80.87 -
System Red Green Blue C M Y K H S L
Decimal 48 146 123 0.67 0 0.16 0.43 165.92 0.51 0.38
Hex 30 92 7B 43 0 10 2B A6 33 26
Octal 60 222 173 103 0 20 53 246 63 46
Binary 110000 10010010 1111011 1000011 0 10000 101011 10100110 110011 100110

Color Harmonies of #30927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30927B

Black with #30927B

Text Example


Text Example

White with #30927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30927B; }

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

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

background-color css

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

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

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

border-color css

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

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

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