Html Css Color HEX #27967F Gossamer

📋 copy color: '#27967F'

red 39 ◦ green 150 ◦ blue 127

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

Shades of Gossamer #27967F

Tints of Gossamer #27967F

RGB

 RED value IS 39 (15.63% 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 value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#27967F (or 0x27967F) is known color: 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

RGB 39 150 127 -
CMYK 0.74 0 0.15 0.41
HSL 167.57º 0.59% 0.37% -
HSV(B) 167.57º 0.74% 0.59% -
XYZ 15.57 23.78 23.85 -
YUV 114.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 39 150 127 0.74 0 0.15 0.41 167.57 0.59 0.37
Hex 27 96 7F 4A 0 F 29 A8 3B 25
Octal 47 226 177 112 0 17 51 250 73 45
Binary 100111 10010110 1111111 1001010 0 1111 101001 10101000 111011 100101

Color Harmonies of #27967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27967F

Black with #27967F

Text Example


Text Example

White with #27967F

Text Example


Text Example

HTML Codes & Css Web 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>