Html Css Color HEX #2A4241 Firefly

📋 copy color: '#2A4241'

red 42 ◦ green 66 ◦ blue 65

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

Shades of Firefly #2A4241

Tints of Firefly #2A4241

RGB

 RED value IS 42 (16.8% from 255) = 24.28%

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

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

R = 24.28%
G = 38.15%
B = 37.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#2A4241 (or 0x2A4241) is known color: Firefly. HEX triplet: 2A, 42 and 41. RGB value is (42,66,65). Sum of RGB (Red+Green+Blue) = 42+66+65=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4241 is #D5BDBE. Grayscale: #3A3A3A. Windows color (decimal): -14007743 or 4276778. OLE color: 4276778.

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

Color convert

RGB 42 66 65 -
CMYK 0.36 0 0.02 0.74
HSL 177.5º 0.22% 0.21% -
HSV(B) 177.5º 0.36% 0.26% -
XYZ 3.86 4.77 5.72 -
YUV 58.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 42 66 65 0.36 0 0.02 0.74 177.5 0.22 0.21
Hex 2A 42 41 24 0 2 4A B2 16 15
Octal 52 102 101 44 0 2 112 262 26 25
Binary 101010 1000010 1000001 100100 0 10 1001010 10110010 10110 10101

Color Harmonies of #2A4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4241

Black with #2A4241

Text Example


Text Example

White with #2A4241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,66,65); }

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

background-color css

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

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

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

border-color css

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

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

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