#2B4744

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

Shades of Firefly #2B4744

Tints of Firefly #2B4744

Color information

#2B4744 (or 0x2B4744) is unknown color: approx Firefly. HEX triplet: 2B, 47 and 44. RGB value is (43,71,68). Sum of RGB (Red+Green+Blue) = 43+71+68=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4744 is #D4B8BB. Grayscale: #3E3E3E. Windows color (decimal): -13940924 or 4474667. OLE color: 4474667.

HSL color Cylindrical-coordinate representation of color #2B4744: hue angle of 173.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4744 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB437168-
CMYK0.3900.040.72
HSL173.57º24.56%22.35%-
HSV(B)173.57º39.44%27.84%-
XYZ4.295.446.29-
YUV62.29131.22114.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.63%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 68 (26.95% from 255) = 37.36%
R=23.63%
G=39.01%
B=37.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371680.3900.040.72173.5724.5622.35
Hex2B4744270448ae1916
Octal5310710447041102563126
Binary1010111000111100010010011101001001000101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,68); }

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

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

 a { background-color: rgb(43,71,68); }

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

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

 span { border-color: rgb(43,71,68); }

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