Html Css Color HEX #2F674D Spectra

📋 copy color: '#2F674D'

red 47 ◦ green 103 ◦ blue 77

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

Shades of Spectra #2F674D

Tints of Spectra #2F674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.37%

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

R = 20.7%
G = 45.37%
B = 33.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#2F674D (or 0x2F674D) is known color: Spectra. HEX triplet: 2F, 67 and 4D. RGB value is (47,103,77). Sum of RGB (Red+Green+Blue) = 47+103+77=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #2F674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F674D is #D098B2. Grayscale: #535353. Windows color (decimal): -13670579 or 5072687. OLE color: 5072687.

HSL color Cylindrical-coordinate representation of color #2F674D: hue angle of 152.14º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F674D is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 47 103 77 -
CMYK 0.54 0 0.25 0.60
HSL 152.14º 0.37% 0.29% -
HSV(B) 152.14º 0.54% 0.4% -
XYZ 7.36 10.84 8.73 -
YUV 83.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 47 103 77 0.54 0 0.25 0.60 152.14 0.37 0.29
Hex 2F 67 4D 36 0 19 3C 98 25 1D
Octal 57 147 115 66 0 31 74 230 45 35
Binary 101111 1100111 1001101 110110 0 11001 111100 10011000 100101 11101

Color Harmonies of #2F674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F674D

Black with #2F674D

Text Example


Text Example

White with #2F674D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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