#2A4344

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

Shades of Firefly #2A4344

Tints of Firefly #2A4344

Color information

#2A4344 (or 0x2A4344) is unknown color: approx Firefly. HEX triplet: 2A, 43 and 44. RGB value is (42,67,68). Sum of RGB (Red+Green+Blue) = 42+67+68=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 68 - color contains mainly: blue. Hex color #2A4344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4344 is #D5BCBB. Grayscale: #3B3B3B. Windows color (decimal): -14007484 or 4473642. OLE color: 4473642.

HSL color Cylindrical-coordinate representation of color #2A4344: hue angle of 182.31º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A4344 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB426768-
CMYK0.380.0100.73
HSL182.31º23.64%21.57%-
HSV(B)182.31º38.24%26.67%-
XYZ4.014.926.21-
YUV59.64132.72115.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.73%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=23.73%
G=37.85%
B=38.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4267680.380.0100.73182.3123.6421.57
Hex2A4344261049b61816
Octal5210310446101112663026
Binary10101010000111000100100110101001001101101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,67,68); }

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

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

 a { background-color: rgb(42,67,68); }

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

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

 span { border-color: rgb(42,67,68); }

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