#2B403F

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

Shades of Firefly #2B403F

Tints of Firefly #2B403F

Color information

#2B403F (or 0x2B403F) is unknown color: approx Firefly. HEX triplet: 2B, 40 and 3F. RGB value is (43,64,63). Sum of RGB (Red+Green+Blue) = 43+64+63=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #2B403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B403F is #D4BFC0. Grayscale: #393939. Windows color (decimal): -13942721 or 4145195. OLE color: 4145195.

HSL color Cylindrical-coordinate representation of color #2B403F: hue angle of 177.14º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B403F is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB436463-
CMYK0.3300.020.75
HSL177.14º19.63%20.98%-
HSV(B)177.14º32.81%25.1%-
XYZ3.734.545.38-
YUV57.61131.04117.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 63 (25% from 255) = 37.06%
R=25.29%
G=37.65%
B=37.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364630.3300.020.75177.1419.6320.98
Hex2B403F21024Bb11415
Octal531007741021132612425
Binary10101110000001111111000010101001011101100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,64,63); }

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

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

 a { background-color: rgb(43,64,63); }

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

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

 span { border-color: rgb(43,64,63); }

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