Html Css Color HEX #2B4241 Firefly

📋 copy color: '#2B4241'

red 43 ◦ green 66 ◦ blue 65

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

Shades of Firefly #2B4241

Tints of Firefly #2B4241

RGB

 RED value IS 43 (17.19% from 255) = 24.71%

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

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

R = 24.71%
G = 37.93%
B = 37.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#2B4241 (or 0x2B4241) is known color: Firefly. HEX triplet: 2B, 42 and 41. RGB value is (43,66,65). Sum of RGB (Red+Green+Blue) = 43+66+65=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #2B4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4241 is #D4BDBE. Grayscale: #3A3A3A. Windows color (decimal): -13942207 or 4276779. OLE color: 4276779.

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

Color convert

RGB 43 66 65 -
CMYK 0.35 0 0.02 0.74
HSL 177.39º 0.21% 0.21% -
HSV(B) 177.39º 0.35% 0.26% -
XYZ 3.9 4.79 5.72 -
YUV 59.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 43 66 65 0.35 0 0.02 0.74 177.39 0.21 0.21
Hex 2B 42 41 23 0 2 4A B1 15 15
Octal 53 102 101 43 0 2 112 261 25 25
Binary 101011 1000010 1000001 100011 0 10 1001010 10110001 10101 10101

Color Harmonies of #2B4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4241

Black with #2B4241

Text Example


Text Example

White with #2B4241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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