#2A4240

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

Shades of Firefly #2A4240

Tints of Firefly #2A4240

Color information

#2A4240 (or 0x2A4240) is unknown color: approx Firefly. HEX triplet: 2A, 42 and 40. RGB value is (42,66,64). Sum of RGB (Red+Green+Blue) = 42+66+64=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4240 is #D5BDBF. Grayscale: #3A3A3A. Windows color (decimal): -14007744 or 4211242. OLE color: 4211242.

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

Color convert

RGB426664-
CMYK0.3600.030.74
HSL175º22.22%21.18%-
HSV(B)175º36.36%25.88%-
XYZ3.834.765.57-
YUV58.6131.05116.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=24.42%
G=38.37%
B=37.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4266640.3600.030.7417522.2221.18
Hex2A424024034Aaf1615
Octal5210210044031122572625
Binary101010100001010000001001000111001010101011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,66,64); }

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

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

 a { background-color: rgb(42,66,64); }

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

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

 span { border-color: rgb(42,66,64); }

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