Html Css Color HEX #2F957A Gossamer

📋 copy color: '#2F957A'

red 47 ◦ green 149 ◦ blue 122

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

Shades of Gossamer #2F957A

Tints of Gossamer #2F957A

RGB

 RED value IS 47 (18.75% from 255) = 14.78%

 GREEN value IS 149 (58.59% from 255) = 46.86%

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 14.78%
G = 46.86%
B = 38.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#2F957A (or 0x2F957A) is known color: Gossamer. HEX triplet: 2F, 95 and 7A. RGB value is (47,149,122). Sum of RGB (Red+Green+Blue) = 47+149+122=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #2F957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F957A is #D06A85. Grayscale: #737373. Windows color (decimal): -13658758 or 8033583. OLE color: 8033583.

HSL color Cylindrical-coordinate representation of color #2F957A: hue angle of 164.12º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F957A is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 122 -
CMYK 0.68 0 0.18 0.42
HSL 164.12º 0.52% 0.38% -
HSV(B) 164.12º 0.68% 0.58% -
XYZ 15.43 23.5 22.14 -
YUV 115.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 47 149 122 0.68 0 0.18 0.42 164.12 0.52 0.38
Hex 2F 95 7A 44 0 12 2A A4 34 26
Octal 57 225 172 104 0 22 52 244 64 46
Binary 101111 10010101 1111010 1000100 0 10010 101010 10100100 110100 100110

Color Harmonies of #2F957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F957A

Black with #2F957A

Text Example


Text Example

White with #2F957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F957A; }

 p { color: rgb(47,149,122); }

 H1.HeaderClassName
 {
   color: #2F957A;
 }
 .AnyTagClassName
 {
   color: #2F957A;
 }
</style>

background-color css

<style>
 a { background-color: #2F957A; }

 a { background-color: rgb(47,149,122); }

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

border-color css

<style>
 span { border-color: #2F957A; }

 span { border-color: rgb(47,149,122); }

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