#2A4946

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

Shades of Firefly #2A4946

Tints of Firefly #2A4946

Color information

#2A4946 (or 0x2A4946) is unknown color: approx Firefly. HEX triplet: 2A, 49 and 46. RGB value is (42,73,70). Sum of RGB (Red+Green+Blue) = 42+73+70=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4946 is #D5B6B9. Grayscale: #3F3F3F. Windows color (decimal): -14005946 or 4606250. OLE color: 4606250.

HSL color Cylindrical-coordinate representation of color #2A4946: hue angle of 174.19º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A4946 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB427370-
CMYK0.4200.040.71
HSL174.19º26.96%22.55%-
HSV(B)174.19º42.47%28.63%-
XYZ4.445.76.66-
YUV63.39131.73112.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=22.70%
G=39.46%
B=37.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4273700.4200.040.71174.1926.9622.55
Hex2A49462A0447ae1b17
Octal5211110652041072563327
Binary1010101001001100011010101001001000111101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,73,70); }

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

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

 a { background-color: rgb(42,73,70); }

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

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

 span { border-color: rgb(42,73,70); }

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