#2D4545

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

Shades of Firefly #2D4545

Tints of Firefly #2D4545

Color information

#2D4545 (or 0x2D4545) is unknown color: approx Firefly. HEX triplet: 2D, 45 and 45. RGB value is (45,69,69). Sum of RGB (Red+Green+Blue) = 45+69+69=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #2D4545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4545 is #D2BABA. Grayscale: #3D3D3D. Windows color (decimal): -13810363 or 4539693. OLE color: 4539693.

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

Color convert

RGB456969-
CMYK0.35000.73
HSL180º21.05%22.35%-
HSV(B)180º34.78%27.06%-
XYZ4.285.246.42-
YUV61.82132.05116-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.59%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=24.59%
G=37.70%
B=37.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4569690.35000.7318021.0522.35
Hex2D4545230049b41516
Octal5510510543001112642526
Binary10110110001011000101100011001001001101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,69,69); }

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

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

 a { background-color: rgb(45,69,69); }

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

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

 span { border-color: rgb(45,69,69); }

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