Html Css Color HEX #2F4E49 Firefly

📋 copy color: '#2F4E49'

red 47 ◦ green 78 ◦ blue 73

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

Shades of Firefly #2F4E49

Tints of Firefly #2F4E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.39%

 BLUE value IS 73 (28.91% from 255) = 36.87%

R = 23.74%
G = 39.39%
B = 36.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#2F4E49 (or 0x2F4E49) is known color: Firefly. HEX triplet: 2F, 4E and 49. RGB value is (47,78,73). Sum of RGB (Red+Green+Blue) = 47+78+73=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E49 is #D0B1B6. Grayscale: #444444. Windows color (decimal): -13676983 or 4804143. OLE color: 4804143.

HSL color Cylindrical-coordinate representation of color #2F4E49: hue angle of 170.32º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4E49 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 78 73 -
CMYK 0.40 0 0.06 0.69
HSL 170.32º 0.25% 0.25% -
HSV(B) 170.32º 0.4% 0.31% -
XYZ 5.1 6.53 7.3 -
YUV 68.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 47 78 73 0.40 0 0.06 0.69 170.32 0.25 0.25
Hex 2F 4E 49 28 0 6 45 AA 19 19
Octal 57 116 111 50 0 6 105 252 31 31
Binary 101111 1001110 1001001 101000 0 110 1000101 10101010 11001 11001

Color Harmonies of #2F4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4E49

Black with #2F4E49

Text Example


Text Example

White with #2F4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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