Html Css Color HEX #2F4951 Teal Blue

📋 copy color: '#2F4951'

red 47 ◦ green 73 ◦ blue 81

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

Shades of Teal Blue #2F4951

Tints of Teal Blue #2F4951

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 23.38%
G = 36.32%
B = 40.3%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2F4951 (or 0x2F4951) is known color: Teal Blue. HEX triplet: 2F, 49 and 51. RGB value is (47,73,81). Sum of RGB (Red+Green+Blue) = 47+73+81=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F4951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4951 is #D0B6AE. Grayscale: #424242. Windows color (decimal): -13678255 or 5327151. OLE color: 5327151.

HSL color Cylindrical-coordinate representation of color #2F4951: hue angle of 194.12º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F4951 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 47 73 81 -
CMYK 0.42 0.10 0 0.68
HSL 194.12º 0.27% 0.25% -
HSV(B) 194.12º 0.42% 0.32% -
XYZ 5.04 5.96 8.67 -
YUV 66.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 47 73 81 0.42 0.10 0 0.68 194.12 0.27 0.25
Hex 2F 49 51 2A A 0 44 C2 1B 19
Octal 57 111 121 52 12 0 104 302 33 31
Binary 101111 1001001 1010001 101010 1010 0 1000100 11000010 11011 11001

Color Harmonies of #2F4951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4951

Black with #2F4951

Text Example


Text Example

White with #2F4951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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