#2F4B46

Color #2F4B46 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #2F4B46

Tints of Firefly #2F4B46

Color information

#2F4B46 (or 0x2F4B46) is unknown color: approx Firefly. HEX triplet: 2F, 4B and 46. RGB value is (47,75,70). Sum of RGB (Red+Green+Blue) = 47+75+70=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4B46 is #D0B4B9. Grayscale: #424242. Windows color (decimal): -13677754 or 4606767. OLE color: 4606767.

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

Color convert

RGB477570-
CMYK0.3700.070.71
HSL169.29º22.95%23.92%-
HSV(B)169.29º37.33%29.41%-
XYZ4.796.086.71-
YUV66.06130.22114.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=24.48%
G=39.06%
B=36.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4775700.3700.070.71169.2922.9523.92
Hex2F4B46250747a91718
Octal5711310645071072512730
Binary1011111001011100011010010101111000111101010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,75,70); }

 H1.HeaderClassName
 {
   color: #2F4B46;
 }
 .AnyTagClassName
 {
   color: #2F4B46;
 }
</style>
background-color css

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

 a { background-color: rgb(47,75,70); }

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

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

 span { border-color: rgb(47,75,70); }

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