Html Css Color HEX #2F9478 Gossamer

📋 copy color: '#2F9478'

red 47 ◦ green 148 ◦ blue 120

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

Shades of Gossamer #2F9478

Tints of Gossamer #2F9478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 14.92%
G = 46.98%
B = 38.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#2F9478 (or 0x2F9478) is known color: Gossamer. HEX triplet: 2F, 94 and 78. RGB value is (47,148,120). Sum of RGB (Red+Green+Blue) = 47+148+120=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9478 is #D06B87. Grayscale: #727272. Windows color (decimal): -13659016 or 7902255. OLE color: 7902255.

HSL color Cylindrical-coordinate representation of color #2F9478: hue angle of 163.37º 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 #2F9478 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 148 120 -
CMYK 0.68 0 0.19 0.42
HSL 163.37º 0.52% 0.38% -
HSV(B) 163.37º 0.68% 0.58% -
XYZ 15.15 23.14 21.44 -
YUV 114.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 47 148 120 0.68 0 0.19 0.42 163.37 0.52 0.38
Hex 2F 94 78 44 0 13 2A A3 34 26
Octal 57 224 170 104 0 23 52 243 64 46
Binary 101111 10010100 1111000 1000100 0 10011 101010 10100011 110100 100110

Color Harmonies of #2F9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9478

Black with #2F9478

Text Example


Text Example

White with #2F9478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,148,120); }

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

background-color css

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

 a { background-color: rgb(47,148,120); }

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

border-color css

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

 span { border-color: rgb(47,148,120); }

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