Html Css Color HEX #2F4945 Firefly

📋 copy color: '#2F4945'

red 47 ◦ green 73 ◦ blue 69

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

Shades of Firefly #2F4945

Tints of Firefly #2F4945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 24.87%
G = 38.62%
B = 36.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#2F4945 (or 0x2F4945) is known color: Firefly. HEX triplet: 2F, 49 and 45. RGB value is (47,73,69). Sum of RGB (Red+Green+Blue) = 47+73+69=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4945 is #D0B6BA. Grayscale: #404040. Windows color (decimal): -13678267 or 4540719. OLE color: 4540719.

HSL color Cylindrical-coordinate representation of color #2F4945: hue angle of 170.77º 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 #2F4945 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 69 -
CMYK 0.36 0 0.05 0.71
HSL 170.77º 0.22% 0.24% -
HSV(B) 170.77º 0.36% 0.29% -
XYZ 4.63 5.8 6.51 -
YUV 64.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 47 73 69 0.36 0 0.05 0.71 170.77 0.22 0.24
Hex 2F 49 45 24 0 5 47 AB 16 18
Octal 57 111 105 44 0 5 107 253 26 30
Binary 101111 1001001 1000101 100100 0 101 1000111 10101011 10110 11000

Color Harmonies of #2F4945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4945

Black with #2F4945

Text Example


Text Example

White with #2F4945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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