Html Css Color HEX #2C4C47 Firefly

📋 copy color: '#2C4C47'

red 44 ◦ green 76 ◦ blue 71

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

Shades of Firefly #2C4C47

Tints of Firefly #2C4C47

RGB

 RED value IS 44 (17.58% from 255) = 23.04%

 GREEN value IS 76 (30.08% from 255) = 39.79%

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 23.04%
G = 39.79%
B = 37.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#2C4C47 (or 0x2C4C47) is known color: Firefly. HEX triplet: 2C, 4C and 47. RGB value is (44,76,71). Sum of RGB (Red+Green+Blue) = 44+76+71=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #2C4C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4C47 is #D3B3B8. Grayscale: #414141. Windows color (decimal): -13874105 or 4672556. OLE color: 4672556.

HSL color Cylindrical-coordinate representation of color #2C4C47: hue angle of 170.62º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C4C47 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.

Color convert

RGB 44 76 71 -
CMYK 0.42 0 0.07 0.70
HSL 170.63º 0.27% 0.24% -
HSV(B) 170.63º 0.42% 0.3% -
XYZ 4.76 6.16 6.9 -
YUV 65.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 44 76 71 0.42 0 0.07 0.70 170.63 0.27 0.24
Hex 2C 4C 47 2A 0 7 46 AB 1B 18
Octal 54 114 107 52 0 7 106 253 33 30
Binary 101100 1001100 1000111 101010 0 111 1000110 10101011 11011 11000

Color Harmonies of #2C4C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4C47

Black with #2C4C47

Text Example


Text Example

White with #2C4C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,76,71); }

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

background-color css

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

 a { background-color: rgb(44,76,71); }

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

border-color css

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

 span { border-color: rgb(44,76,71); }

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