#27967F

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

Shades of Gossamer #27967F

Tints of Gossamer #27967F

Color information

#27967F (or 0x27967F) is unknown color: approx Gossamer. HEX triplet: 27, 96 and 7F. RGB value is (39,150,127). Sum of RGB (Red+Green+Blue) = 39+150+127=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #27967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27967F is #D86980. Grayscale: #727272. Windows color (decimal): -14182785 or 8361511. OLE color: 8361511.

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

Color convert

RGB39150127-
CMYK0.7400.150.41
HSL167.57º58.73%37.06%-
HSV(B)167.57º74%58.82%-
XYZ15.5723.7823.85-
YUV114.19135.2374.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.34%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 127 (50% from 255) = 40.19%
R=12.34%
G=47.47%
B=40.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391501270.7400.150.41167.5758.7337.06
Hex27967F4A0F29a83b25
Octal47226177112017512507345
Binary10011110010110111111110010100111110100110101000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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