#2D4A47

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

Shades of Firefly #2D4A47

Tints of Firefly #2D4A47

Color information

#2D4A47 (or 0x2D4A47) is unknown color: approx Firefly. HEX triplet: 2D, 4A and 47. RGB value is (45,74,71). Sum of RGB (Red+Green+Blue) = 45+74+71=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A47 is #D2B5B8. Grayscale: #404040. Windows color (decimal): -13809081 or 4672045. OLE color: 4672045.

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

Color convert

RGB457471-
CMYK0.3900.040.71
HSL173.79º24.37%23.33%-
HSV(B)173.79º39.19%29.02%-
XYZ4.675.916.86-
YUV64.99131.39113.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.68%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=23.68%
G=38.95%
B=37.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4574710.3900.040.71173.7924.3723.33
Hex2D4A47270447ae1817
Octal5511210747041072563027
Binary1011011001010100011110011101001000111101011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,74,71); }

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

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

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

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

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

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

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