Html Css Color HEX #2B4341 Firefly

📋 copy color: '#2B4341'

red 43 ◦ green 67 ◦ blue 65

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

Shades of Firefly #2B4341

Tints of Firefly #2B4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.29%

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

R = 24.57%
G = 38.29%
B = 37.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#2B4341 (or 0x2B4341) is known color: Firefly. HEX triplet: 2B, 43 and 41. RGB value is (43,67,65). Sum of RGB (Red+Green+Blue) = 43+67+65=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4341 is #D4BCBE. Grayscale: #3B3B3B. Windows color (decimal): -13941951 or 4277035. OLE color: 4277035.

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

Color convert

RGB 43 67 65 -
CMYK 0.36 0 0.03 0.74
HSL 175º 0.22% 0.22% -
HSV(B) 175º 0.36% 0.26% -
XYZ 3.96 4.91 5.74 -
YUV 59.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 43 67 65 0.36 0 0.03 0.74 175 0.22 0.22
Hex 2B 43 41 24 0 3 4A AF 16 16
Octal 53 103 101 44 0 3 112 257 26 26
Binary 101011 1000011 1000001 100100 0 11 1001010 10101111 10110 10110

Color Harmonies of #2B4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4341

Black with #2B4341

Text Example


Text Example

White with #2B4341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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