Html Css Color HEX #2A4140 Firefly

📋 copy color: '#2A4140'

red 42 ◦ green 65 ◦ blue 64

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

Shades of Firefly #2A4140

Tints of Firefly #2A4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.01%

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

R = 24.56%
G = 38.01%
B = 37.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#2A4140 (or 0x2A4140) is known color: Firefly. HEX triplet: 2A, 41 and 40. RGB value is (42,65,64). Sum of RGB (Red+Green+Blue) = 42+65+64=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4140 is #D5BEBF. Grayscale: #393939. Windows color (decimal): -14008000 or 4210986. OLE color: 4210986.

HSL color Cylindrical-coordinate representation of color #2A4140: hue angle of 177.39º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A4140 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 65 64 -
CMYK 0.35 0 0.02 0.75
HSL 177.39º 0.21% 0.21% -
HSV(B) 177.39º 0.35% 0.25% -
XYZ 3.77 4.64 5.55 -
YUV 58.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 42 65 64 0.35 0 0.02 0.75 177.39 0.21 0.21
Hex 2A 41 40 23 0 2 4B B1 15 15
Octal 52 101 100 43 0 2 113 261 25 25
Binary 101010 1000001 1000000 100011 0 10 1001011 10110001 10101 10101

Color Harmonies of #2A4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4140

Black with #2A4140

Text Example


Text Example

White with #2A4140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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