Html Css Color HEX #2B4B47 Firefly

📋 copy color: '#2B4B47'

red 43 ◦ green 75 ◦ blue 71

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

Shades of Firefly #2B4B47

Tints of Firefly #2B4B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.68%

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

R = 22.75%
G = 39.68%
B = 37.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#2B4B47 (or 0x2B4B47) is known color: Firefly. HEX triplet: 2B, 4B and 47. RGB value is (43,75,71). Sum of RGB (Red+Green+Blue) = 43+75+71=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B47 is #D4B4B8. Grayscale: #404040. Windows color (decimal): -13939897 or 4672299. OLE color: 4672299.

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

Color convert

RGB 43 75 71 -
CMYK 0.43 0 0.05 0.71
HSL 172.5º 0.27% 0.23% -
HSV(B) 172.5º 0.43% 0.29% -
XYZ 4.65 6 6.87 -
YUV 64.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 43 75 71 0.43 0 0.05 0.71 172.5 0.27 0.23
Hex 2B 4B 47 2B 0 5 47 AC 1B 17
Octal 53 113 107 53 0 5 107 254 33 27
Binary 101011 1001011 1000111 101011 0 101 1000111 10101100 11011 10111

Color Harmonies of #2B4B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4B47

Black with #2B4B47

Text Example


Text Example

White with #2B4B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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