#30967F

Color #30967F Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #30967F

Tints of Gossamer #30967F

Color information

#30967F (or 0x30967F) is unknown color: approx Gossamer. HEX triplet: 30, 96 and 7F. RGB value is (48,150,127). Sum of RGB (Red+Green+Blue) = 48+150+127=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #30967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30967F is #CF6980. Grayscale: #747474. Windows color (decimal): -13592961 or 8361520. OLE color: 8361520.

HSL color Cylindrical-coordinate representation of color #30967F: hue angle of 166.47º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30967F is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB48150127-
CMYK0.6800.150.41
HSL166.47º51.52%38.82%-
HSV(B)166.47º68%58.82%-
XYZ15.9623.9723.87-
YUV116.88133.7178.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.77%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 127 (50% from 255) = 39.08%
R=14.77%
G=46.15%
B=39.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481501270.6800.150.41166.4751.5238.82
Hex30967F440F29a63427
Octal60226177104017512466447
Binary11000010010110111111110001000111110100110100110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30967F; }

 p { color: rgb(48,150,127); }

 H1.HeaderClassName
 {
   color: #30967F;
 }
 .AnyTagClassName
 {
   color: #30967F;
 }
</style>
background-color css

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

 a { background-color: rgb(48,150,127); }

 div.DivClassName
 {
   background-color: #30967F;
 }
 .BgClassName
 {
   background-color: #30967F;
 }
</style>
border-color css

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

 span { border-color: rgb(48,150,127); }

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