Html Css Color HEX #2F5E49 Spectra

📋 copy color: '#2F5E49'

red 47 ◦ green 94 ◦ blue 73

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

Shades of Spectra #2F5E49

Tints of Spectra #2F5E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.93%

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 21.96%
G = 43.93%
B = 34.11%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#2F5E49 (or 0x2F5E49) is known color: Spectra. HEX triplet: 2F, 5E and 49. RGB value is (47,94,73). Sum of RGB (Red+Green+Blue) = 47+94+73=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 94 - color contains mainly: green. Hex color #2F5E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5E49 is #D0A1B6. Grayscale: #4D4D4D. Windows color (decimal): -13672887 or 4808239. OLE color: 4808239.

HSL color Cylindrical-coordinate representation of color #2F5E49: hue angle of 153.19º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F5E49 is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 94 73 -
CMYK 0.5 0 0.22 0.63
HSL 153.19º 0.33% 0.28% -
HSV(B) 153.19º 0.5% 0.37% -
XYZ 6.38 9.09 7.72 -
YUV 77.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 47 94 73 0.5 0 0.22 0.63 153.19 0.33 0.28
Hex 2F 5E 49 32 0 16 3F 99 21 1C
Octal 57 136 111 62 0 26 77 231 41 34
Binary 101111 1011110 1001001 110010 0 10110 111111 10011001 100001 11100

Color Harmonies of #2F5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5E49

Black with #2F5E49

Text Example


Text Example

White with #2F5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,94,73); }

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

background-color css

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

 a { background-color: rgb(47,94,73); }

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

border-color css

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

 span { border-color: rgb(47,94,73); }

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