Html Css Color HEX #2F4141 Firefly

📋 copy color: '#2F4141'

red 47 ◦ green 65 ◦ blue 65

#2F4141
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #2F4141

Tints of Firefly #2F4141

RGB

 RED value IS 47 (18.75% from 255) = 26.55%

 GREEN value IS 65 (25.78% from 255) = 36.72%

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 26.55%
G = 36.72%
B = 36.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F4141 (or 0x2F4141) is known color: Firefly. HEX triplet: 2F, 41 and 41. RGB value is (47,65,65). Sum of RGB (Red+Green+Blue) = 47+65+65=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #2F4141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4141 is #D0BEBE. Grayscale: #3B3B3B. Windows color (decimal): -13680319 or 4276527. OLE color: 4276527.

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

Color convert

RGB 47 65 65 -
CMYK 0.28 0 0 0.75
HSL 180º 0.16% 0.22% -
HSV(B) 180º 0.28% 0.25% -
XYZ 4.02 4.77 5.71 -
YUV 59.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 47 65 65 0.28 0 0 0.75 180 0.16 0.22
Hex 2F 41 41 1C 0 0 4B B4 10 16
Octal 57 101 101 34 0 0 113 264 20 26
Binary 101111 1000001 1000001 11100 0 0 1001011 10110100 10000 10110

Color Harmonies of #2F4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4141

Black with #2F4141

Text Example


Text Example

White with #2F4141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,65,65); }

 H1.HeaderClassName
 {
   color: #2F4141;
 }
 .AnyTagClassName
 {
   color: #2F4141;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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