Shades of Firefly #2D3D3C
Tints of Firefly #2D3D3C
RGB
CMYK
RGB Variations
Color information
#2D3D3C (or 0x2D3D3C) is known color: Firefly. HEX triplet: 2D, 3D and 3C. RGB value is (45,61,60). Sum of RGB (Red+Green+Blue) = 45+61+60=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D3C is #D2C2C3. Grayscale: #383838. Windows color (decimal): -13812420 or 3947821. OLE color: 3947821.
HSL color Cylindrical-coordinate representation of color #2D3D3C: hue angle of 176.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D3D3C is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
RGB | 45 | 61 | 60 | - |
CMYK | 0.26 | 0 | 0.02 | 0.76 |
HSL | 176.25º | 0.15% | 0.21% | - |
HSV(B) | 176.25º | 0.26% | 0.24% | - |
XYZ | 3.57 | 4.22 | 4.9 | - |
YUV | 56.1 | 130.2 | 120.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 61 | 60 | 0.26 | 0 | 0.02 | 0.76 | 176.25 | 0.15 | 0.21 |
Hex | 2D | 3D | 3C | 1A | 0 | 2 | 4C | B0 | F | 15 |
Octal | 55 | 75 | 74 | 32 | 0 | 2 | 114 | 260 | 17 | 25 |
Binary | 101101 | 111101 | 111100 | 11010 | 0 | 10 | 1001100 | 10110000 | 1111 | 10101 |
Color Harmonies of #2D3D3C
Complementary color
Monochromatic Colors of #2D3D3C
Black with #2D3D3C
Text Example
Text Example
White with #2D3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D3C; }
p { color: rgb(45,61,60); }
H1.HeaderClassName
{
color: #2D3D3C;
}
.AnyTagClassName
{
color: #2D3D3C;
}
</style>
background-color css
<style>
a { background-color: #2D3D3C; }
a { background-color: rgb(45,61,60); }
div.DivClassName
{
background-color: #2D3D3C;
}
.BgClassName
{
background-color: #2D3D3C;
}
</style>
border-color css
<style>
span { border-color: #2D3D3C; }
span { border-color: rgb(45,61,60); }
td.TdClassName
{
border-color: #2D3D3C;
}
.TagClassName
{
border-color: #2D3D3C;
}
</style>