Html Css Color HEX #2C4240 Firefly

📋 copy color: '#2C4240'

red 44 ◦ green 66 ◦ blue 64

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

Shades of Firefly #2C4240

Tints of Firefly #2C4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 25.29%
G = 37.93%
B = 36.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#2C4240 (or 0x2C4240) is known color: Firefly. HEX triplet: 2C, 42 and 40. RGB value is (44,66,64). Sum of RGB (Red+Green+Blue) = 44+66+64=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #2C4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4240 is #D3BDBF. Grayscale: #3B3B3B. Windows color (decimal): -13876672 or 4211244. OLE color: 4211244.

HSL color Cylindrical-coordinate representation of color #2C4240: hue angle of 174.55º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2C4240 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 44 66 64 -
CMYK 0.33 0 0.03 0.74
HSL 174.55º 0.2% 0.22% -
HSV(B) 174.55º 0.33% 0.26% -
XYZ 3.91 4.8 5.57 -
YUV 59.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 44 66 64 0.33 0 0.03 0.74 174.55 0.2 0.22
Hex 2C 42 40 21 0 3 4A AF 14 16
Octal 54 102 100 41 0 3 112 257 24 26
Binary 101100 1000010 1000000 100001 0 11 1001010 10101111 10100 10110

Color Harmonies of #2C4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4240

Black with #2C4240

Text Example


Text Example

White with #2C4240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,66,64); }

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

background-color css

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

 a { background-color: rgb(44,66,64); }

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

border-color css

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

 span { border-color: rgb(44,66,64); }

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