Html Css Color HEX #2B4947 Firefly

📋 copy color: '#2B4947'

red 43 ◦ green 73 ◦ blue 71

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

Shades of Firefly #2B4947

Tints of Firefly #2B4947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.04%

 BLUE value IS 71 (28.13% from 255) = 37.97%

R = 22.99%
G = 39.04%
B = 37.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#2B4947 (or 0x2B4947) is known color: Firefly. HEX triplet: 2B, 49 and 47. RGB value is (43,73,71). Sum of RGB (Red+Green+Blue) = 43+73+71=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #2B4947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4947 is #D4B6B8. Grayscale: #3F3F3F. Windows color (decimal): -13940409 or 4671787. OLE color: 4671787.

HSL color Cylindrical-coordinate representation of color #2B4947: hue angle of 176º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B4947 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 73 71 -
CMYK 0.41 0 0.03 0.71
HSL 176º 0.26% 0.23% -
HSV(B) 176º 0.41% 0.29% -
XYZ 4.52 5.73 6.83 -
YUV 63.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 43 73 71 0.41 0 0.03 0.71 176 0.26 0.23
Hex 2B 49 47 29 0 3 47 B0 1A 17
Octal 53 111 107 51 0 3 107 260 32 27
Binary 101011 1001001 1000111 101001 0 11 1000111 10110000 11010 10111

Color Harmonies of #2B4947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4947

Black with #2B4947

Text Example


Text Example

White with #2B4947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,73,71); }

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

background-color css

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

 a { background-color: rgb(43,73,71); }

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

border-color css

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

 span { border-color: rgb(43,73,71); }

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