#2D403F

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

Shades of Firefly #2D403F

Tints of Firefly #2D403F

Color information

#2D403F (or 0x2D403F) is unknown color: approx Firefly. HEX triplet: 2D, 40 and 3F. RGB value is (45,64,63). Sum of RGB (Red+Green+Blue) = 45+64+63=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #2D403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D403F is #D2BFC0. Grayscale: #3A3A3A. Windows color (decimal): -13811649 or 4145197. OLE color: 4145197.

HSL color Cylindrical-coordinate representation of color #2D403F: hue angle of 176.84º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2D403F is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB456463-
CMYK0.3000.020.75
HSL176.84º17.43%21.37%-
HSV(B)176.84º29.69%25.1%-
XYZ3.814.585.39-
YUV58.2130.71118.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 63 (25% from 255) = 36.63%
R=26.16%
G=37.21%
B=36.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4564630.3000.020.75176.8417.4321.37
Hex2D403F1E024Bb11115
Octal551007736021132612125
Binary1011011000000111111111100101001011101100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,64,63); }

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

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

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

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

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

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

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