Html Css Color HEX #2F4443 Firefly

📋 copy color: '#2F4443'

red 47 ◦ green 68 ◦ blue 67

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

Shades of Firefly #2F4443

Tints of Firefly #2F4443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.36%

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 25.82%
G = 37.36%
B = 36.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#2F4443 (or 0x2F4443) is known color: Firefly. HEX triplet: 2F, 44 and 43. RGB value is (47,68,67). Sum of RGB (Red+Green+Blue) = 47+68+67=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4443 is #D0BBBC. Grayscale: #3D3D3D. Windows color (decimal): -13679549 or 4408367. OLE color: 4408367.

HSL color Cylindrical-coordinate representation of color #2F4443: hue angle of 177.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F4443 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 68 67 -
CMYK 0.31 0 0.01 0.73
HSL 177.14º 0.18% 0.23% -
HSV(B) 177.14º 0.31% 0.27% -
XYZ 4.25 5.14 6.08 -
YUV 61.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 47 68 67 0.31 0 0.01 0.73 177.14 0.18 0.23
Hex 2F 44 43 1F 0 1 49 B1 12 17
Octal 57 104 103 37 0 1 111 261 22 27
Binary 101111 1000100 1000011 11111 0 1 1001001 10110001 10010 10111

Color Harmonies of #2F4443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4443

Black with #2F4443

Text Example


Text Example

White with #2F4443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,68,67); }

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

background-color css

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

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

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

border-color css

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

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

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