Html Css Color HEX #2F5747 Spectra

📋 copy color: '#2F5747'

red 47 ◦ green 87 ◦ blue 71

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

Shades of Spectra #2F5747

Tints of Spectra #2F5747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.44%

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 22.93%
G = 42.44%
B = 34.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#2F5747 (or 0x2F5747) is known color: Spectra. HEX triplet: 2F, 57 and 47. RGB value is (47,87,71). Sum of RGB (Red+Green+Blue) = 47+87+71=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #2F5747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5747 is #D0A8B8. Grayscale: #494949. Windows color (decimal): -13674681 or 4675375. OLE color: 4675375.

HSL color Cylindrical-coordinate representation of color #2F5747: hue angle of 156º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F5747 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB 47 87 71 -
CMYK 0.46 0 0.18 0.66
HSL 156º 0.3% 0.26% -
HSV(B) 156º 0.46% 0.34% -
XYZ 5.72 7.88 7.18 -
YUV 73.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 47 87 71 0.46 0 0.18 0.66 156 0.3 0.26
Hex 2F 57 47 2E 0 12 42 9C 1E 1A
Octal 57 127 107 56 0 22 102 234 36 32
Binary 101111 1010111 1000111 101110 0 10010 1000010 10011100 11110 11010

Color Harmonies of #2F5747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5747

Black with #2F5747

Text Example


Text Example

White with #2F5747

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,87,71); }

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

background-color css

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

 a { background-color: rgb(47,87,71); }

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

border-color css

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

 span { border-color: rgb(47,87,71); }

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