#2B4241

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

Shades of Firefly #2B4241

Tints of Firefly #2B4241

Color information

#2B4241 (or 0x2B4241) is unknown color: approx Firefly. HEX triplet: 2B, 42 and 41. RGB value is (43,66,65). Sum of RGB (Red+Green+Blue) = 43+66+65=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #2B4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4241 is #D4BDBE. Grayscale: #3A3A3A. Windows color (decimal): -13942207 or 4276779. OLE color: 4276779.

HSL color Cylindrical-coordinate representation of color #2B4241: hue angle of 177.39º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B4241 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB436665-
CMYK0.3500.020.74
HSL177.39º21.1%21.37%-
HSV(B)177.39º34.85%25.88%-
XYZ3.94.795.72-
YUV59.01131.38116.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=24.71%
G=37.93%
B=37.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4366650.3500.020.74177.3921.121.37
Hex2B424123024Ab11515
Octal5310210143021122612525
Binary101011100001010000011000110101001010101100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,65); }

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

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

 a { background-color: rgb(43,66,65); }

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

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

 span { border-color: rgb(43,66,65); }

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