Html Css Color HEX #2C4A48 Firefly

📋 copy color: '#2C4A48'

red 44 ◦ green 74 ◦ blue 72

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

Shades of Firefly #2C4A48

Tints of Firefly #2C4A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.95%

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 23.16%
G = 38.95%
B = 37.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#2C4A48 (or 0x2C4A48) is known color: Firefly. HEX triplet: 2C, 4A and 48. RGB value is (44,74,72). Sum of RGB (Red+Green+Blue) = 44+74+72=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #2C4A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4A48 is #D3B5B7. Grayscale: #404040. Windows color (decimal): -13874616 or 4737580. OLE color: 4737580.

HSL color Cylindrical-coordinate representation of color #2C4A48: hue angle of 176º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4A48 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 74 72 -
CMYK 0.41 0 0.03 0.71
HSL 176º 0.25% 0.23% -
HSV(B) 176º 0.41% 0.29% -
XYZ 4.66 5.9 7.02 -
YUV 64.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 44 74 72 0.41 0 0.03 0.71 176 0.25 0.23
Hex 2C 4A 48 29 0 3 47 B0 19 17
Octal 54 112 110 51 0 3 107 260 31 27
Binary 101100 1001010 1001000 101001 0 11 1000111 10110000 11001 10111

Color Harmonies of #2C4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4A48

Black with #2C4A48

Text Example


Text Example

White with #2C4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,74,72); }

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

background-color css

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

 a { background-color: rgb(44,74,72); }

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

border-color css

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

 span { border-color: rgb(44,74,72); }

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