Shades of Firefly #2F3E3C
Tints of Firefly #2F3E3C
RGB
CMYK
RGB Variations
Color information
#2F3E3C (or 0x2F3E3C) is known color: Firefly. HEX triplet: 2F, 3E and 3C. RGB value is (47,62,60). Sum of RGB (Red+Green+Blue) = 47+62+60=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E3C is #D0C1C3. Grayscale: #393939. Windows color (decimal): -13681092 or 3948079. OLE color: 3948079.
HSL color Cylindrical-coordinate representation of color #2F3E3C: hue angle of 172º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2F3E3C is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
RGB | 47 | 62 | 60 | - |
CMYK | 0.24 | 0 | 0.03 | 0.76 |
HSL | 172º | 0.14% | 0.21% | - |
HSV(B) | 172º | 0.24% | 0.24% | - |
XYZ | 3.71 | 4.38 | 4.92 | - |
YUV | 57.29 | 129.53 | 120.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 62 | 60 | 0.24 | 0 | 0.03 | 0.76 | 172 | 0.14 | 0.21 |
Hex | 2F | 3E | 3C | 18 | 0 | 3 | 4C | AC | E | 15 |
Octal | 57 | 76 | 74 | 30 | 0 | 3 | 114 | 254 | 16 | 25 |
Binary | 101111 | 111110 | 111100 | 11000 | 0 | 11 | 1001100 | 10101100 | 1110 | 10101 |
Color Harmonies of #2F3E3C
Complementary color
Monochromatic Colors of #2F3E3C
Black with #2F3E3C
Text Example
Text Example
White with #2F3E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E3C; }
p { color: rgb(47,62,60); }
H1.HeaderClassName
{
color: #2F3E3C;
}
.AnyTagClassName
{
color: #2F3E3C;
}
</style>
background-color css
<style>
a { background-color: #2F3E3C; }
a { background-color: rgb(47,62,60); }
div.DivClassName
{
background-color: #2F3E3C;
}
.BgClassName
{
background-color: #2F3E3C;
}
</style>
border-color css
<style>
span { border-color: #2F3E3C; }
span { border-color: rgb(47,62,60); }
td.TdClassName
{
border-color: #2F3E3C;
}
.TagClassName
{
border-color: #2F3E3C;
}
</style>