Html Css Color HEX #2F594D Spectra

📋 copy color: '#2F594D'

red 47 ◦ green 89 ◦ blue 77

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

Shades of Spectra #2F594D

Tints of Spectra #2F594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 22.07%
G = 41.78%
B = 36.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#2F594D (or 0x2F594D) is known color: Spectra. HEX triplet: 2F, 59 and 4D. RGB value is (47,89,77). Sum of RGB (Red+Green+Blue) = 47+89+77=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #2F594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F594D is #D0A6B2. Grayscale: #4B4B4B. Windows color (decimal): -13674163 or 5069103. OLE color: 5069103.

HSL color Cylindrical-coordinate representation of color #2F594D: hue angle of 162.86º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F594D is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 77 -
CMYK 0.47 0 0.13 0.65
HSL 162.86º 0.31% 0.27% -
HSV(B) 162.86º 0.47% 0.35% -
XYZ 6.08 8.28 8.3 -
YUV 75.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 47 89 77 0.47 0 0.13 0.65 162.86 0.31 0.27
Hex 2F 59 4D 2F 0 D 41 A3 1F 1B
Octal 57 131 115 57 0 15 101 243 37 33
Binary 101111 1011001 1001101 101111 0 1101 1000001 10100011 11111 11011

Color Harmonies of #2F594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F594D

Black with #2F594D

Text Example


Text Example

White with #2F594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,77); }

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

background-color css

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

 a { background-color: rgb(47,89,77); }

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

border-color css

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

 span { border-color: rgb(47,89,77); }

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