Html Css Color HEX #2F484D Teal Blue

📋 copy color: '#2F484D'

red 47 ◦ green 72 ◦ blue 77

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

Shades of Teal Blue #2F484D

Tints of Teal Blue #2F484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

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

R = 23.98%
G = 36.73%
B = 39.29%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F484D (or 0x2F484D) is known color: Teal Blue. HEX triplet: 2F, 48 and 4D. RGB value is (47,72,77). Sum of RGB (Red+Green+Blue) = 47+72+77=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F484D is #D0B7B2. Grayscale: #414141. Windows color (decimal): -13678515 or 5064751. OLE color: 5064751.

HSL color Cylindrical-coordinate representation of color #2F484D: hue angle of 190º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F484D is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 72 77 -
CMYK 0.39 0.06 0 0.70
HSL 190º 0.24% 0.24% -
HSV(B) 190º 0.39% 0.3% -
XYZ 4.83 5.77 7.88 -
YUV 65.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 47 72 77 0.39 0.06 0 0.70 190 0.24 0.24
Hex 2F 48 4D 27 6 0 46 BE 18 18
Octal 57 110 115 47 6 0 106 276 30 30
Binary 101111 1001000 1001101 100111 110 0 1000110 10111110 11000 11000

Color Harmonies of #2F484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F484D

Black with #2F484D

Text Example


Text Example

White with #2F484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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