Html Css Color HEX #2F4643 Firefly

📋 copy color: '#2F4643'

red 47 ◦ green 70 ◦ blue 67

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

Shades of Firefly #2F4643

Tints of Firefly #2F4643

RGB

 RED value IS 47 (18.75% from 255) = 25.54%

 GREEN value IS 70 (27.73% from 255) = 38.04%

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 25.54%
G = 38.04%
B = 36.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#2F4643 (or 0x2F4643) is known color: Firefly. HEX triplet: 2F, 46 and 43. RGB value is (47,70,67). Sum of RGB (Red+Green+Blue) = 47+70+67=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4643 is #D0B9BC. Grayscale: #3E3E3E. Windows color (decimal): -13679037 or 4408879. OLE color: 4408879.

HSL color Cylindrical-coordinate representation of color #2F4643: hue angle of 172.17º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F4643 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 70 67 -
CMYK 0.33 0 0.04 0.73
HSL 172.17º 0.2% 0.23% -
HSV(B) 172.17º 0.33% 0.27% -
XYZ 4.38 5.39 6.12 -
YUV 62.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 47 70 67 0.33 0 0.04 0.73 172.17 0.2 0.23
Hex 2F 46 43 21 0 4 49 AC 14 17
Octal 57 106 103 41 0 4 111 254 24 27
Binary 101111 1000110 1000011 100001 0 100 1001001 10101100 10100 10111

Color Harmonies of #2F4643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4643

Black with #2F4643

Text Example


Text Example

White with #2F4643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,70,67); }

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

background-color css

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

 a { background-color: rgb(47,70,67); }

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

border-color css

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

 span { border-color: rgb(47,70,67); }

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