Html Css Color HEX #2F4947 Firefly

📋 copy color: '#2F4947'

red 47 ◦ green 73 ◦ blue 71

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

Shades of Firefly #2F4947

Tints of Firefly #2F4947

RGB

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

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

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

R = 24.61%
G = 38.22%
B = 37.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#2F4947 (or 0x2F4947) is known color: Firefly. HEX triplet: 2F, 49 and 47. RGB value is (47,73,71). Sum of RGB (Red+Green+Blue) = 47+73+71=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4947 is #D0B6B8. Grayscale: #404040. Windows color (decimal): -13678265 or 4671791. OLE color: 4671791.

HSL color Cylindrical-coordinate representation of color #2F4947: hue angle of 175.38º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F4947 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 71 -
CMYK 0.36 0 0.03 0.71
HSL 175.38º 0.22% 0.24% -
HSV(B) 175.38º 0.36% 0.29% -
XYZ 4.69 5.82 6.84 -
YUV 65 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 47 73 71 0.36 0 0.03 0.71 175.38 0.22 0.24
Hex 2F 49 47 24 0 3 47 AF 16 18
Octal 57 111 107 44 0 3 107 257 26 30
Binary 101111 1001001 1000111 100100 0 11 1000111 10101111 10110 11000

Color Harmonies of #2F4947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4947

Black with #2F4947

Text Example


Text Example

White with #2F4947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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