#2D4140

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

Shades of Firefly #2D4140

Tints of Firefly #2D4140

Color information

#2D4140 (or 0x2D4140) is unknown color: approx Firefly. HEX triplet: 2D, 41 and 40. RGB value is (45,65,64). Sum of RGB (Red+Green+Blue) = 45+65+64=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4140 is #D2BEBF. Grayscale: #3A3A3A. Windows color (decimal): -13811392 or 4210989. OLE color: 4210989.

HSL color Cylindrical-coordinate representation of color #2D4140: hue angle of 177º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D4140 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB456564-
CMYK0.3100.020.75
HSL177º18.18%21.57%-
HSV(B)177º30.77%25.49%-
XYZ3.94.715.55-
YUV58.91130.87118.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.86%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=25.86%
G=37.36%
B=36.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565640.3100.020.7517718.1821.57
Hex2D41401F024Bb11216
Octal5510110037021132612226
Binary10110110000011000000111110101001011101100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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